summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2002-11-25 17:25:04 (GMT)
committerGustavo Niemeyer <gustavo@niemeyer.net>2002-11-25 17:25:04 (GMT)
commit1456fde6a0d21cef0d78250c7d0f996772530502 (patch)
tree6fcfb65b2f0ded9cf3e08750fd36ebe3bd459c13 /Misc
parent3d654d6dff9de4ec1034dff667ff665fa5456215 (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d1fa3f9..2f78694 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----------