[Python-checkins] python/dist/src/Misc NEWS,1.541,1.542

niemeyer@users.sourceforge.net niemeyer@users.sourceforge.net
Mon, 25 Nov 2002 09:25:38 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv29323/Misc

Modified Files:
	NEWS 
Log Message:
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.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.541
retrieving revision 1.542
diff -C2 -d -r1.541 -r1.542
*** NEWS	23 Nov 2002 22:08:15 -0000	1.541
--- NEWS	25 Nov 2002 17:25:01 -0000	1.542
***************
*** 629,632 ****
--- 629,636 ----
    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
  -----------