summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2015-05-30 04:21:39 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2015-05-30 04:21:39 (GMT)
commit47db71756dc46873752166d35d4b8d00d09c8c5f (patch)
treee914661584cd3c21109269f757efc2a50e3b5f33 /Misc
parent3979323ca3c6e51a194ece6d9d21b2f26a392f62 (diff)
downloadcpython-47db71756dc46873752166d35d4b8d00d09c8c5f.zip
cpython-47db71756dc46873752166d35d4b8d00d09c8c5f.tar.gz
cpython-47db71756dc46873752166d35d4b8d00d09c8c5f.tar.bz2
Issue #16991: Add a C implementation of collections.OrderedDict.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4db77b4..a317511 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,8 @@ Library
- Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
Original patch by David Moore.
+- Issue #16991: Add a C implementation of OrderedDict.
+
What's New in Python 3.5.0 beta 1?
==================================