diff options
author | Raymond Hettinger <python@rcn.com> | 2009-03-02 21:24:57 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-03-02 21:24:57 (GMT) |
commit | 2d32f63ec9bef3c78144557e5b2984f9b56a3294 (patch) | |
tree | 4d78d308a592c20c62e416dea5382e247fd00794 /Misc/NEWS | |
parent | 57b46f5b0ed0314c3733b96e6ce2f99d526db4ed (diff) | |
download | cpython-2d32f63ec9bef3c78144557e5b2984f9b56a3294.zip cpython-2d32f63ec9bef3c78144557e5b2984f9b56a3294.tar.gz cpython-2d32f63ec9bef3c78144557e5b2984f9b56a3294.tar.bz2 |
PEP 372: OrderedDict()
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -175,6 +175,8 @@ Core and Builtins Library ------- +- PEP 372: Added collections.OrderedDict(). + - Issue #1733986: Fixed mmap crash in accessing elements of second map object with same tagname but larger size than first map. (Windows) |