]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Noted what's new in 2.1 (final).
authorGuido van Rossum <guido@python.org>
Mon, 16 Apr 2001 18:46:45 +0000 (18:46 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 16 Apr 2001 18:46:45 +0000 (18:46 +0000)
Hopefully this is the last checkin for 2.1!

Misc/NEWS

index 8766a47dfff73f49de9bfdb74a686e614cd1494e..92882d2057fec9d2895e7401141fe9efbf6a2193 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,3 +1,24 @@
+What's New in Python 2.1 (final)?
+=================================
+
+We only changed a few things since the last release candidate, all in
+Python library code:
+
+- A bug in the locale module was fixed that affected locales which
+  define no grouping for numeric formatting.
+
+- A few bugs in the weakref module's implementations of weak
+  dictionaries (WeakValueDictionary and WeakKeyDictionary) were fixed,
+  and the test suite was updated to check for these bugs.
+
+- An old bug in the os.path.walk() function (introduced in Python
+  2.0!) was fixed: a non-existent file would cause an exception
+  instead of being ignored.
+
+- Fixed a few bugs in the new symtable module found by Neil Norwitz's
+  PyChecker.
+
+
 What's New in Python 2.1c2?
 ===========================