summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2015-06-03 16:50:37 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2015-06-03 16:50:37 (GMT)
commit4c72918a598393e376b0a3c596348cabac886cca (patch)
tree0c0f68d6726ffead1a8b86935acbe3e95f7b606a /Misc
parent24ac877eed109e739eea85f2858af845422ca330 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a731b62..de915a1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
==================================