]> granicus.if.org Git - python/commit
Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 17 Jun 2011 12:06:27 +0000 (14:06 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 17 Jun 2011 12:06:27 +0000 (14:06 +0200)
commitc74a6ba2d6c1f331896cf8dacc698b0b88c7e670
tree0ca7a6da7610fa8d084519c371e1ef7100289fc9
parent898d43c7af909ba2e154cfd2d09dd8d604b0615c
Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP
connection if its getresponse() method fails with a socket error. Patch written
by Ezio Melotti.
Lib/test/test_urllib2.py
Lib/urllib2.py
Misc/NEWS