]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport r87672 and r87615, improving tests, using super() instead of direct parent...
authorRaymond Hettinger <python@rcn.com>
Mon, 3 Jan 2011 08:59:18 +0000 (08:59 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 3 Jan 2011 08:59:18 +0000 (08:59 +0000)
commitc886a8484d97f6084f13175b5ebf8806a9b366f1
treedc6fe798bb19ee6d7858cb866649f8fa980c6351
parentac514c895c5586e7f9880a189203c6da3733b905
Backport r87672 and r87615, improving tests, using super() instead of direct parent references, and using  __reduce__ method for pickling.
Lib/collections.py