summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-11-25 15:12:02 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-11-25 15:12:02 (GMT)
commit2cefc1efa2fc74da0ec1b79f75639b76ac8e6dfd (patch)
treed25f8d626227f0a863a540339652f7bf14f4465f /Misc
parent83cb6b521546a3b24780879440640e21af088080 (diff)
parent33e7ea5ad6a3027ef684ac7941fccf7c97d5cbd6 (diff)
downloadcpython-2cefc1efa2fc74da0ec1b79f75639b76ac8e6dfd.zip
cpython-2cefc1efa2fc74da0ec1b79f75639b76ac8e6dfd.tar.gz
cpython-2cefc1efa2fc74da0ec1b79f75639b76ac8e6dfd.tar.bz2
Issue #25616: Tests for OrderedDict are extracted from test_collections
into separate file test_ordered_dict.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 99e962b..ba4b54c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,12 @@ Library
- Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
entries. Patch by Dingyuan Wang.
+Tests
+-----
+
+- Issue #25616: Tests for OrderedDict are extracted from test_collections
+ into separate file test_ordered_dict.
+
What's New in Python 3.5.1 final?
=================================