diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2015-06-03 02:42:14 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2015-06-03 02:42:14 (GMT) |
commit | ac02ef373fca0e7c4d8417af9f536b9d9f335304 (patch) | |
tree | 96455a3e962af82f0ea2506632dbb394f0a479b3 /Misc | |
parent | eb698fe68c38bf7d2eb0bebbccdcef5dfa0eccfd (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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? ================================== |