summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-26 21:52:57 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-26 21:52:57 (GMT)
commit62a85b54a3c6819b41a23443242974935cc23a89 (patch)
tree5a69e1ab4ff31c2aa28fb8a823f83c74275892da /Misc
parente6994ff6e341d049ca974d88f14ad608f5cf7a64 (diff)
parent1ac00950b28e91fc35fed6445722ade92732648e (diff)
downloadcpython-62a85b54a3c6819b41a23443242974935cc23a89.zip
cpython-62a85b54a3c6819b41a23443242974935cc23a89.tar.gz
cpython-62a85b54a3c6819b41a23443242974935cc23a89.tar.bz2
Issue #19990: Added tests for the imghdr module.
Based on patch by Claudiu Popa.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7fb39c0..31f2063 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,9 +152,15 @@ IDLE
Tests
-----
+- Issue #19990: Added tests for the imghdr module. Based on patch by
+ Claudiu Popa.
+
- Issue #20358: Tests for curses.window.overlay and curses.window.overwrite
no longer specify min{row,col} > max{row,col}.
+- Issue #19804: The test_find_mac test in test_uuid is now skipped if the
+ ifconfig executable is not available.
+
- Issue #19886: Use better estimated memory requirements for bigmem tests.
Tools/Demos
@@ -551,9 +557,6 @@ IDLE
Tests
-----
-- Issue #19804: The test_find_mac test in test_uuid is now skipped if the
- ifconfig executable is not available.
-
- Issue #20055: Fix test_shutil under Windows with symlink privileges held.
Patch by Vajrasky Kok.