diff options
author | Gustavo Niemeyer <gustavo@niemeyer.net> | 2002-11-25 17:25:04 (GMT) |
---|---|---|
committer | Gustavo Niemeyer <gustavo@niemeyer.net> | 2002-11-25 17:25:04 (GMT) |
commit | 1456fde6a0d21cef0d78250c7d0f996772530502 (patch) | |
tree | 6fcfb65b2f0ded9cf3e08750fd36ebe3bd459c13 /Misc | |
parent | 3d654d6dff9de4ec1034dff667ff665fa5456215 (diff) | |
download | cpython-1456fde6a0d21cef0d78250c7d0f996772530502.zip cpython-1456fde6a0d21cef0d78250c7d0f996772530502.tar.gz cpython-1456fde6a0d21cef0d78250c7d0f996772530502.tar.bz2 |
Fixed bug
[#495695] webbrowser.py: selection of browser
* Lib/webbrowser.py
Only include graphic browsers in _tryorder if DISPLAY is set. Also,
included skipstone support, as suggested by Fred in the mentioned bug.
* Misc/NEWS
Mention fix and skipstone inclusion.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -628,6 +628,10 @@ Library the config file, including the contents of the referred filename in the "%verifyscript" section of the rpm spec file. +- Fixed bug #495695: webbrowser module would run graphic browsers in a + unix environment even if DISPLAY was not set. Also, support for + skipstone browser was included. + Tools/Demos ----------- |