summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-05-09 04:30:21 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-05-09 04:30:21 (GMT)
commit37c02c9697c5de1080421a72813ab2ea88621ed9 (patch)
treef565a6b93e6a3fa654afb5b915d8ab8910afc1a2 /Misc
parent3843de3b0e107fd7ac62953874e8863bc17ff467 (diff)
parent19f7ca25e5dc746b0f52d610ba1b2a80ec329c50 (diff)
downloadcpython-37c02c9697c5de1080421a72813ab2ea88621ed9.zip
cpython-37c02c9697c5de1080421a72813ab2ea88621ed9.tar.gz
cpython-37c02c9697c5de1080421a72813ab2ea88621ed9.tar.bz2
#11910: merge with 3.2.
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 a9f6e36..ef7d06d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1132,6 +1132,8 @@ Tools/Demos
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 #10822: Fix test_posix:test_getgroups failure under Solaris. Patch