Skip to content

Commit ffe13be

Browse files
committed
Noted what's new in 2.1 (final).
Hopefully this is the last checkin for 2.1!
1 parent 5030cf1 commit ffe13be

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
What's New in Python 2.1 (final)?
2+
=================================
3+
4+
We only changed a few things since the last release candidate, all in
5+
Python library code:
6+
7+
- A bug in the locale module was fixed that affected locales which
8+
define no grouping for numeric formatting.
9+
10+
- A few bugs in the weakref module's implementations of weak
11+
dictionaries (WeakValueDictionary and WeakKeyDictionary) were fixed,
12+
and the test suite was updated to check for these bugs.
13+
14+
- An old bug in the os.path.walk() function (introduced in Python
15+
2.0!) was fixed: a non-existent file would cause an exception
16+
instead of being ignored.
17+
18+
- Fixed a few bugs in the new symtable module found by Neil Norwitz's
19+
PyChecker.
20+
21+
122
What's New in Python 2.1c2?
223
===========================
324

0 commit comments

Comments
 (0)