File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
122What's New in Python 2.1c2?
223===========================
324
You can’t perform that action at this time.
0 commit comments