commit | 1299a8f3b25a543c79f79e6edaebb033018029ca | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Wed Jul 27 08:05:58 2011 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Wed Jul 27 08:05:58 2011 +0800 |
tree | d6654f73c078b2f969892dc917d2dc755e203848 | |
parent | 5cd3e305e3ef19f6009f3097a7b2ff98b2234bec [diff] [blame] |
Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header.
diff --git a/Misc/NEWS b/Misc/NEWS index d91a993..2d6d315 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -37,6 +37,9 @@ Library ------- +- Issue #12576: Fix urlopen behavior on sites which do not send (or obfuscates) + Connection:close header. + - Issue #12102: Document that buffered files must be flushed before being used with mmap. Patch by Steffen Daode Nurpmeso.