]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 21 May 2013 09:47:57 +0000 (12:47 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 21 May 2013 09:47:57 +0000 (12:47 +0300)
commit3ee6dabf5b2bcfe5aa27a6db4f7adb7d7f33f8d6
treead4d88662f6f20d28f16a6ee262a29a8d7ff62ad
parentb10c71daa2099c450101e5854fd693a405bec49c
Issue #17900: Allowed pickling of recursive OrderedDicts.  Decreased pickled
size and pickling time.
Lib/collections/__init__.py
Lib/test/test_collections.py
Misc/NEWS