diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-05-09 04:15:04 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-05-09 04:15:04 (GMT) |
commit | 8269a44d5095cbd0c351aedc41272e9a6d91c269 (patch) | |
tree | bb8d4ae16e197ddc2103e8f169199fa6e346c0cc /Misc | |
parent | 199e0857f9040c56d7a37fac62fdc5b0df7a08a7 (diff) | |
download | cpython-8269a44d5095cbd0c351aedc41272e9a6d91c269.zip cpython-8269a44d5095cbd0c351aedc41272e9a6d91c269.tar.gz cpython-8269a44d5095cbd0c351aedc41272e9a6d91c269.tar.bz2 |
#11910: Fix test_heapq to skip the C tests when _heapq is missing.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -353,6 +353,8 @@ Build 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 |