diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-06-22 18:09:02 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-06-22 18:09:02 (GMT) |
commit | bde67df0cd4de5e034c2cf4bd43c0d5657649942 (patch) | |
tree | 33b1ad6217fdcc079f6463fdcff033f73bf0edb1 /Misc | |
parent | 3ceab01cefa149ade3bed218e9c03ac791f0e8cc (diff) | |
download | cpython-bde67df0cd4de5e034c2cf4bd43c0d5657649942.zip cpython-bde67df0cd4de5e034c2cf4bd43c0d5657649942.tar.gz cpython-bde67df0cd4de5e034c2cf4bd43c0d5657649942.tar.bz2 |
keep UserDict an old-style class
Be generous in abc.py to allow this.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -971,8 +971,6 @@ Library position to the given argument, which goes against the tradition of ftruncate() and other truncation APIs. Patch by Pascal Chambon. -- UserDict is now a new-style class. - - Issue #7610: Reworked implementation of the internal ``zipfile.ZipExtFile`` class used to represent files stored inside an archive. The new implementation is significantly faster and can be wrapped in a |