]> granicus.if.org Git - python/commit
Issue #9507: Named tuple repr will now automatically display the right
authorRaymond Hettinger <python@rcn.com>
Sun, 8 Aug 2010 01:13:42 +0000 (01:13 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 8 Aug 2010 01:13:42 +0000 (01:13 +0000)
commitd331ce9e6686f180373853fef5d819f36d331d44
tree56c8cc04e49237168a85545285f9cbcacf02ad55
parenta6b76ba52e00c47eafba57362184f7779330154a
Issue #9507:  Named tuple repr will now automatically display the right
name in a tuple subclass.
Doc/library/collections.rst
Lib/collections.py
Lib/test/test_collections.py
Misc/NEWS