#5601: clarify that webbrowser is not meant for file names.

This commit is contained in:
Georg Brandl 2009-04-04 13:45:49 +00:00
parent 9d977b81a1
commit 29b36308a4

View file

@ -55,6 +55,10 @@ The following functions are defined:
under many window managers this will occur regardless of the setting of this under many window managers this will occur regardless of the setting of this
variable). 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 .. versionchanged:: 2.5
*new* can now be 2. *new* can now be 2.