diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-03-17 07:05:34 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-03-17 07:05:34 +0000 |
commit | ec195fba5b4381b8b60fe8f9b400437f52b98371 (patch) | |
tree | 304d688d340ab4d28e190b18b6d9d4a752d4280a /Misc | |
parent | 82f04e2dfdd2bdfef5bd94f8d6615ac0a1f620b4 (diff) | |
parent | ce911c3fed7e6404fba7de3868b1000425984b1e (diff) | |
download | cpython-git-ec195fba5b4381b8b60fe8f9b400437f52b98371.tar.gz |
Issue #26499: Merge HTTPResponse fix from 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -222,6 +222,10 @@ Core and Builtins Library ------- +- Issue #26499: Account for remaining Content-Length in + HTTPResponse.readline() and read1(). Based on patch by Silent Ghost. + Also document that HTTPResponse now supports these methods. + - Issue #25320: Handle sockets in directories unittest discovery is scanning. Patch from Victor van den Elzen. |