summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-10-18 06:53:17 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-10-18 06:53:17 (GMT)
commit8003bafd7f85e93a8ff60cc64366546d224fe617 (patch)
tree5c90cdc7faf11359c8652f19f35b2cbb578f7ecd /Misc/NEWS
parent3f445f799aeb041cada532be23d835c15a61d432 (diff)
downloadcpython-8003bafd7f85e93a8ff60cc64366546d224fe617.zip
cpython-8003bafd7f85e93a8ff60cc64366546d224fe617.tar.gz
cpython-8003bafd7f85e93a8ff60cc64366546d224fe617.tar.bz2
Issue #25410: Cleaned up and fixed minor bugs in C implementation of OrderedDict.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 71009af..9bea8c4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,9 @@ Core and Builtins
Library
-------
+- Issue #25410: Cleaned up and fixed minor bugs in C implementation of
+ OrderedDict.
+
- Issue #25411: Improved Unicode support in SMTPHandler through better use of
the email package. Thanks to user simon04 for the patch.