summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-11-25 15:09:01 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-11-25 15:09:01 (GMT)
commit33e7ea5ad6a3027ef684ac7941fccf7c97d5cbd6 (patch)
treed3d786b9641d683e8a44f9146252c64014739247 /Misc
parent1c855f4602b2f39e9a9049c48cf1715563e40171 (diff)
downloadcpython-33e7ea5ad6a3027ef684ac7941fccf7c97d5cbd6.zip
cpython-33e7ea5ad6a3027ef684ac7941fccf7c97d5cbd6.tar.gz
cpython-33e7ea5ad6a3027ef684ac7941fccf7c97d5cbd6.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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bae6698..fa365cc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -694,6 +694,9 @@ IDLE
Tests
-----
+- Issue #25616: Tests for OrderedDict are extracted from test_collections
+ into separate file test_ordered_dict.
+
- Issue #25099: Make test_compileall not fail when an entry on sys.path cannot
be written to (commonly seen in administrative installs on Windows).