diff options
author | Raymond Hettinger <python@rcn.com> | 2009-03-03 04:45:34 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-03-03 04:45:34 (GMT) |
commit | bc512d3abd93e30ab452267647106c744fa4e870 (patch) | |
tree | eb79dc80fdc6952732a6a8ff951bc53c6bb584cc /Misc | |
parent | 7705d0aaafb6b034e9a3582e57f77d8f9cb5aa91 (diff) | |
download | cpython-bc512d3abd93e30ab452267647106c744fa4e870.zip cpython-bc512d3abd93e30ab452267647106c744fa4e870.tar.gz cpython-bc512d3abd93e30ab452267647106c744fa4e870.tar.bz2 |
Backport PEP 372: OrderedDict()
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -168,6 +168,8 @@ Core and Builtins Library ------- +- PEP 372: Added collections.OrderedDict(). + - Issue #4308: httplib.IncompleteRead's repr doesn't include all of the data all ready received. |