diff options
-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 =============================== |