]> granicus.if.org Git - python/commit
Add collections.NamedTuple
authorRaymond Hettinger <python@rcn.com>
Thu, 1 Mar 2007 06:16:43 +0000 (06:16 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 1 Mar 2007 06:16:43 +0000 (06:16 +0000)
commitc37e5e04eb3cebd25ad9ceb3ee4ff09c658767a9
treef63ff37566bd98c825ead1c779bb586ca0586308
parenteb9798892d7ed54762ae006e39db0a84f671cfd3
Add collections.NamedTuple
Doc/lib/libcollections.tex
Lib/collections.py
Lib/test/test_collections.py [new file with mode: 0644]
Misc/NEWS