[Python-checkins] CVS: python/dist/src/Misc NEWS,1.347,1.348

Fred L. Drake fdrake@users.sourceforge.net
Thu, 10 Jan 2002 05:50:33 -0800


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

Modified Files:
	NEWS 
Log Message:
Added item about the webbrowser security fix.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.347
retrieving revision 1.348
diff -C2 -d -r1.347 -r1.348
*** NEWS	2002/01/09 16:21:27	1.347
--- NEWS	2002/01/10 13:50:31	1.348
***************
*** 23,26 ****
--- 23,30 ----
    name.
  
+ - webbrowser: tightened up the command passed to os.system() so that
+   arbitrary shell code can't be executed because a bogus URL was
+   passed in.
+ 
  Tools/Demos