mirror of
https://github.com/python/cpython.git
synced 2025-11-27 05:44:16 +00:00
#5601: clarify that webbrowser is not meant for file names.
This commit is contained in:
parent
9d977b81a1
commit
29b36308a4
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue