diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2015-06-03 16:50:37 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2015-06-03 16:50:37 (GMT) |
commit | 4c72918a598393e376b0a3c596348cabac886cca (patch) | |
tree | 0c0f68d6726ffead1a8b86935acbe3e95f7b606a /Misc | |
parent | 24ac877eed109e739eea85f2858af845422ca330 (diff) | |
download | cpython-4c72918a598393e376b0a3c596348cabac886cca.zip cpython-4c72918a598393e376b0a3c596348cabac886cca.tar.gz cpython-4c72918a598393e376b0a3c596348cabac886cca.tar.bz2 |
Issue #24362: Simplify the C OrderedDict fast nodes resize logic.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ Library - Issue #24368: Support keyword arguments in OrderedDict methods. +- Issue #24362: Simplify the C OrderedDict fast nodes resize logic. + What's New in Python 3.5.0 beta 2? ================================== |