diff options
author | Fred Drake <fdrake@acm.org> | 2002-01-10 13:51:05 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-01-10 13:51:05 (GMT) |
commit | 2aa3dc739bef9ec180387f969fe2f82f428ae954 (patch) | |
tree | b1ce3418727e462282c077194bf0d386a324a1b7 | |
parent | 9bac8e719702d60f86ab04507a1b08627bdca615 (diff) | |
download | cpython-2aa3dc739bef9ec180387f969fe2f82f428ae954.zip cpython-2aa3dc739bef9ec180387f969fe2f82f428ae954.tar.gz cpython-2aa3dc739bef9ec180387f969fe2f82f428ae954.tar.bz2 |
Added item about the webbrowser security fix.
-rw-r--r-- | Misc/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 =============================== |