diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-05-09 04:27:20 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-05-09 04:27:20 (GMT) |
commit | 19f7ca25e5dc746b0f52d610ba1b2a80ec329c50 (patch) | |
tree | 4236d585f424f30b7d08c9f933bb4be8b1946ad3 /Misc/NEWS | |
parent | fd69abb3583055f79f933e604039b110b71d7dfe (diff) | |
parent | 8269a44d5095cbd0c351aedc41272e9a6d91c269 (diff) | |
download | cpython-19f7ca25e5dc746b0f52d610ba1b2a80ec329c50.zip cpython-19f7ca25e5dc746b0f52d610ba1b2a80ec329c50.tar.gz cpython-19f7ca25e5dc746b0f52d610ba1b2a80ec329c50.tar.bz2 |
#11910: merge with 3.1.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -826,6 +826,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 |