]> granicus.if.org Git - python/commit
Have namedtuple's field renamer assign names that
authorRaymond Hettinger <python@rcn.com>
Thu, 2 Apr 2009 22:31:59 +0000 (22:31 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 2 Apr 2009 22:31:59 +0000 (22:31 +0000)
commit56145242930f98cbb1553888566d30a98158bfc8
tree977bef7779f6036cbbcb7cff6b1e7e0aed5d8693
parentc26d43966d8d54fc90b254b60bed2f33f693c155
Have namedtuple's field renamer assign names that
are consistent with the corresponding tuple index.
Lib/collections.py
Lib/test/test_collections.py