commit | 5c5d7e251128620a3bfd211d2afdf36ddb0dd56c | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Mon May 09 06:54:53 2011 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Mon May 09 06:54:53 2011 +0300 |
tree | ee9ec7542e8c11475603105d5ed95d9c1010b643 | |
parent | 193c34ba86bbe5b0c35c66d1edc89e69fed31391 [diff] [blame] |
#11910: Fix test_heapq to skip the C tests when _heapq is missing.
diff --git a/Misc/NEWS b/Misc/NEWS index 36d0080..08d1530 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -421,6 +421,8 @@ Tests ----- +- Issue #11910: Fix test_heapq to skip the C tests when _heapq is missing. + - Fix test_startfile to wait for child process to terminate before finishing. - Issue #11719: Fix message about unexpected test_msilib skip on non-Windows