[issue16270] urllib hangs when closing connection

2019-06-10 Thread Dan Hemberger
Change by Dan Hemberger : -- pull_requests: +13820 pull_request: https://github.com/python/cpython/pull/13951 ___ Python tracker ___ ___

[issue16270] urllib hangs when closing connection

2017-01-22 Thread Senthil Kumaran
Senthil Kumaran added the comment: The original problem here was retrieving files failed (hung) when it was tried via context-manager 1. For e.g after "reverting" the changes, if you use the original file without the context manager, it will succeed. fobj = urllib.request.urlopen( url ) That

[issue16270] urllib hangs when closing connection

2016-05-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 44d02a5d59fb by Senthil Kumaran in branch '2.7': Closes issue26960. https://hg.python.org/cpython/rev/44d02a5d59fb -- ___ Python tracker __

[issue16270] urllib hangs when closing connection

2012-10-19 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- assignee: -> giampaolo.rodola resolution: -> fixed status: open -> closed versions: +Python 3.2 ___ Python tracker ___ ___

[issue16270] urllib hangs when closing connection

2012-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7f0d9637a3ad by Giampaolo Rodola' in branch '3.2': Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. http://hg.python.org/cpython/rev/7f0d9637a3ad -- __

[issue16270] urllib hangs when closing connection

2012-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2e6bcbb0ff59 by Giampaolo Rodola' in branch '3.3': Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. http://hg.python.org/cpython/rev/2e6bcbb0ff59 -- __

[issue16270] urllib hangs when closing connection

2012-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset edeeb727df86 by Giampaolo Rodola' in branch 'default': Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager. http://hg.python.org/cpython/rev/edeeb727df86 -- nosy: +python-dev

[issue16270] urllib hangs when closing connection

2012-10-17 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- title: ftplib hangs when closing connection -> urllib hangs when closing connection ___ Python tracker ___