commit | 88a9164cdba48dba05b6ebe1076ba641b4a50ffa | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Mar 03 04:51:24 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Mar 03 04:51:24 2009 +0000 |
tree | a9706c423672fc5425475ef4887fb86ddeca9cbc | |
parent | bc512d3abd93e30ab452267647106c744fa4e870 [diff] |
Backport 70106: Add OrderedDict support to collections.namedtuple().
diff --git a/Misc/NEWS b/Misc/NEWS index 72e17b3..70160bb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -170,6 +170,8 @@ - PEP 372: Added collections.OrderedDict(). +- The _asdict() for method for namedtuples now returns an OrderedDict(). + - Issue #4308: httplib.IncompleteRead's repr doesn't include all of the data all ready received.