STINNER Victor <vstin...@python.org> added the comment:

This issue is a duplicate of bpo-12133 which has been fixed in Python 2.7 by:

commit c74a6ba2d6c1f331896cf8dacc698b0b88c7e670
Author: Victor Stinner <victor.stin...@haypocalc.com>
Date:   Fri Jun 17 14:06:27 2011 +0200

    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.

----------
nosy: +vstinner
resolution:  -> duplicate
stage: patch review -> resolved
status: open -> closed
superseder:  -> ResourceWarning in urllib.request

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue13131>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to