diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2013-03-05 10:25:58 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2013-03-05 10:25:58 (GMT) |
commit | 1e7551dc87538ef98b1f3081e782a7f27da017c1 (patch) | |
tree | d444df036c3c22a53eff4cb84f8419d389bf685d /Misc | |
parent | 3fb066d286af3ec5b89b871628b01081deda9039 (diff) | |
download | cpython-1e7551dc87538ef98b1f3081e782a7f27da017c1.zip cpython-1e7551dc87538ef98b1f3081e782a7f27da017c1.tar.gz cpython-1e7551dc87538ef98b1f3081e782a7f27da017c1.tar.bz2 |
Reverting the changeset 5126e62c60af made for Issue #12921
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -233,10 +233,6 @@ Core and Builtins Library ------- -- Issue #12921: BaseHTTPServer's send_error should send the correct error - response message when send_error includes a message in addition to error - status. Patch submitted by Karl. - - Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. |