commit | 2d32f63ec9bef3c78144557e5b2984f9b56a3294 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Mar 02 21:24:57 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon Mar 02 21:24:57 2009 +0000 |
tree | 4d78d308a592c20c62e416dea5382e247fd00794 | |
parent | 57b46f5b0ed0314c3733b96e6ce2f99d526db4ed [diff] [blame] |
PEP 372: OrderedDict()
diff --git a/Misc/NEWS b/Misc/NEWS index 0272e79..85816a1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -175,6 +175,8 @@ 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)