]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue3065: Fixed pickling of named tuples. Added tests.
authorRaymond Hettinger <python@rcn.com>
Mon, 9 Jun 2008 01:28:30 +0000 (01:28 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 9 Jun 2008 01:28:30 +0000 (01:28 +0000)
commite98839a1f48b2915f1cc747884e64f4d6e4c8e7a
treec4ae6eafe55d4bd16e295b32c4334bb2cd57a7e6
parentf4fcdb6b8c0ee8bc4d2eee5ea3b848a4cd905ad6
Issue3065:  Fixed pickling of named tuples.  Added tests.
Doc/library/collections.rst
Lib/collections.py
Lib/test/test_collections.py