]> granicus.if.org Git - python/commit
Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscat...
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 27 Jul 2011 00:05:58 +0000 (08:05 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 27 Jul 2011 00:05:58 +0000 (08:05 +0800)
commit1299a8f3b25a543c79f79e6edaebb033018029ca
treed6654f73c078b2f969892dc917d2dc755e203848
parent5cd3e305e3ef19f6009f3097a7b2ff98b2234bec
Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header.
Lib/test/test_urllib2net.py
Lib/urllib/request.py
Misc/NEWS