Issue3065: Fixed pickling of named tuples. Added tests.
commit88f3e2116efd4db2f5ac0ae2a900d20b7bbc77b9
authorraymond.hettinger <raymond.hettinger@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 9 Jun 2008 01:28:30 +0000 (9 01:28 +0000)
committerraymond.hettinger <raymond.hettinger@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 9 Jun 2008 01:28:30 +0000 (9 01:28 +0000)
tree0ff162e3f9bc4da0b306f185161e9a4a66b8d65c
parent4b5e16a10bba8914c2035041dfac023b4cc04786
Issue3065:  Fixed pickling of named tuples.  Added tests.

git-svn-id: http://svn.python.org/projects/python/trunk@64047 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/collections.rst
Lib/collections.py
Lib/test/test_collections.py