]> granicus.if.org Git - python/commit
Expose the namedtuple source with a _source attribute.
authorRaymond Hettinger <python@rcn.com>
Wed, 23 Mar 2011 19:52:23 +0000 (12:52 -0700)
committerRaymond Hettinger <python@rcn.com>
Wed, 23 Mar 2011 19:52:23 +0000 (12:52 -0700)
commit2ebea41d315bb42a6d6983137bf5fdb01d3f1a95
treecdfff191e34b120df6271ab3a77a692548d832d8
parent843a751369856f97f936c94a562b461254941b35
Expose the namedtuple source with a _source attribute.
Doc/library/collections.rst
Lib/collections/__init__.py
Lib/test/test_collections.py