]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport 70106: Add OrderedDict support to collections.namedtuple().
authorRaymond Hettinger <python@rcn.com>
Tue, 3 Mar 2009 04:51:24 +0000 (04:51 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 3 Mar 2009 04:51:24 +0000 (04:51 +0000)
commit88a9164cdba48dba05b6ebe1076ba641b4a50ffa
treea9706c423672fc5425475ef4887fb86ddeca9cbc
parentbc512d3abd93e30ab452267647106c744fa4e870
Backport 70106: Add OrderedDict support to collections.namedtuple().
Doc/library/collections.rst
Lib/collections.py
Misc/NEWS