summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-26 21:48:38 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-26 21:48:38 (GMT)
commit1ac00950b28e91fc35fed6445722ade92732648e (patch)
tree46db0bc87b28ae24193bb5f382f1201d0bb5cc92 /Misc
parent8003850e22788c9e02b8dea7076858e01aa24f65 (diff)
downloadcpython-1ac00950b28e91fc35fed6445722ade92732648e.zip
cpython-1ac00950b28e91fc35fed6445722ade92732648e.tar.gz
cpython-1ac00950b28e91fc35fed6445722ade92732648e.tar.bz2
Issue #19990: Added tests for the imghdr module.
Based on patch by Claudiu Popa.
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 89610c9..10cb08e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -292,6 +292,9 @@ IDLE
Tests
-----
+- Issue #19990: Added tests for the imghdr module. Based on patch by
+ Claudiu Popa.
+
- Issue #19804: The test_find_mac test in test_uuid is now skipped if the
ifconfig executable is not available.