From: Guido van Rossum Date: Wed, 20 Jun 2001 14:56:22 +0000 (+0000) Subject: News about the 2.0.1 final release (planned for Friday 6/22/01). X-Git-Tag: v2.0.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81a35c22d50492b78ae68e3aa40976baa5f85082;p=thirdparty%2FPython%2Fcpython.git News about the 2.0.1 final release (planned for Friday 6/22/01). --- diff --git a/Misc/NEWS b/Misc/NEWS index 6a88fa778c30..5f25154ccb9b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1,6 +1,15 @@ What's Fixed in Python 2.0.1 ============================ +- A few references to Python 2.1 in the LICENSE were changed to 2.0.1. + +- Bogus indentation in Lib/statcache.py was fixed. + +- A few small nits in the documentation were fixed. + +What's Fixed in Python 2.0.1c1 +============================== + Critical Patches (from MoinMoin) - Core dumps in _tkinter