From: Fred Drake Date: Thu, 10 Jan 2002 13:51:05 +0000 (+0000) Subject: Added item about the webbrowser security fix. X-Git-Tag: v2.2.1c1~244 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2aa3dc739bef9ec180387f969fe2f82f428ae954;p=thirdparty%2FPython%2Fcpython.git Added item about the webbrowser security fix. --- diff --git a/Misc/NEWS b/Misc/NEWS index 323aae74e4b2..f14c2b891f20 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1,3 +1,13 @@ +What's New in Python 2.2.1 XXX? +Release date: XXX +=============================== + +Library + +- 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. + What's New in Python 2.2 final? Release date: 21-Dec-2001 ===============================