commit | c97f5ede8f15ab91b2bc224d6fd7c577b744af63 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Dec 17 21:49:48 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Dec 17 21:49:48 2013 +0200 |
tree | 021955b630c9659f651710dfdd8726f683e021b6 | |
parent | ea76e87cc26727d6ec8a139b3c9411154212e2ea [diff] [blame] |
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. Original patch by Simon Sapin.
diff --git a/Misc/NEWS b/Misc/NEWS index 5f74858..d4a1206 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -27,6 +27,9 @@ 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 #19623: Fixed writing to unseekable files in the aifc module.