diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-26 21:52:57 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-26 21:52:57 (GMT) |
commit | 62a85b54a3c6819b41a23443242974935cc23a89 (patch) | |
tree | 5a69e1ab4ff31c2aa28fb8a823f83c74275892da /Misc | |
parent | e6994ff6e341d049ca974d88f14ad608f5cf7a64 (diff) | |
parent | 1ac00950b28e91fc35fed6445722ade92732648e (diff) | |
download | cpython-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/NEWS | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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. |