]> granicus.if.org Git - python/commit
Add OrderedDict support to collections.namedtuple().
authorRaymond Hettinger <python@rcn.com>
Mon, 2 Mar 2009 22:28:31 +0000 (22:28 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 2 Mar 2009 22:28:31 +0000 (22:28 +0000)
commita4f52b12d6e401f14f3c8e9e2d533eb448388bcc
treeeaac9d0f1fdd03665b04536ec28310846ade7f49
parentb62ad24cd8a166d0d87068ac6c6ed7fc83613f92
Add OrderedDict support to collections.namedtuple().
Doc/library/collections.rst
Lib/collections.py
Misc/NEWS