[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 ___

[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-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 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 Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- assignee: -> giampaolo.rodola resolution: -> fixed status: open -> closed versions: +Python 3.2 ___ Python tracker ___ ___