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