summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-05-09 04:15:04 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-05-09 04:15:04 (GMT)
commit8269a44d5095cbd0c351aedc41272e9a6d91c269 (patch)
treebb8d4ae16e197ddc2103e8f169199fa6e346c0cc /Misc
parent199e0857f9040c56d7a37fac62fdc5b0df7a08a7 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c1d40c1..86d2220 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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