diff options
author | Georg Brandl <georg@python.org> | 2009-04-04 13:45:49 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-04 13:45:49 +0000 |
commit | 29b36308a40d6479f29b093f9decfa6f58fe31a1 (patch) | |
tree | f92e2f24b62210ba15a1d7e59d626f9280199745 | |
parent | 9d977b81a167ffe0a4f522ad436891cb964e0621 (diff) | |
download | cpython-git-29b36308a40d6479f29b093f9decfa6f58fe31a1.tar.gz |
#5601: clarify that webbrowser is not meant for file names.
-rw-r--r-- | Doc/library/webbrowser.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/webbrowser.rst b/Doc/library/webbrowser.rst index 4250598aa2..af8b637d5b 100644 --- a/Doc/library/webbrowser.rst +++ b/Doc/library/webbrowser.rst @@ -55,6 +55,10 @@ The following functions are defined: under many window managers this will occur regardless of the setting of this variable). + Note that on some platforms, trying to open a filename using this function, + may work and start the operating system's associated program. However, this + is neither supported nor portable. + .. versionchanged:: 2.5 *new* can now be 2. |