commit | a4c45d73cf6eeb8ede6ee701c0372d7e45dc24f2 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Jun 17 14:01:18 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Jun 17 14:01:18 2011 +0200 |
tree | c7bee889bda36c5418ff802a662d10b2f0efa61e | |
parent | 0f83b1511c76e892b48b16d656cceb032bdb9cb3 [diff] |
Issue #12133: fix a ResourceWarning in urllib.request AbstractHTTPHandler.do_open() of urllib.request closes the HTTP connection if its getresponse() method fails with a socket error. Patch written by Ezio Melotti.