summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2015-06-03 02:42:14 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2015-06-03 02:42:14 (GMT)
commitac02ef373fca0e7c4d8417af9f536b9d9f335304 (patch)
tree96455a3e962af82f0ea2506632dbb394f0a479b3 /Misc
parenteb698fe68c38bf7d2eb0bebbccdcef5dfa0eccfd (diff)
downloadcpython-ac02ef373fca0e7c4d8417af9f536b9d9f335304.zip
cpython-ac02ef373fca0e7c4d8417af9f536b9d9f335304.tar.gz
cpython-ac02ef373fca0e7c4d8417af9f536b9d9f335304.tar.bz2
Issue #24368: Support keyword arguments in OrderedDict methods.
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 c0990ce..a731b62 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Library
- Issue #24359: Check for changed OrderedDict size during iteration.
+- Issue #24368: Support keyword arguments in OrderedDict methods.
+
What's New in Python 3.5.0 beta 2?
==================================