summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-17 19:50:02 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-17 19:50:02 (GMT)
commit1c84ac1f5528d26cb226210c2843b765efae83a4 (patch)
tree616a012d374352ea0f114d63fc565f69c8f8989d /Misc/NEWS
parent48d761e2b4b8cef40349aa286f6f46fc6c6d0fa7 (diff)
downloadcpython-1c84ac1f5528d26cb226210c2843b765efae83a4.zip
cpython-1c84ac1f5528d26cb226210c2843b765efae83a4.tar.gz
cpython-1c84ac1f5528d26cb226210c2843b765efae83a4.tar.bz2
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
Original patch by Simon Sapin.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7c0232d..1b58dea 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,9 @@ Core and Builtins
Library
-------
+- Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
+ Original patch by Simon Sapin.
+
- Issue #19912: Fixed numerous bugs in ntpath.splitunc().
- Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character