This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author daniel.ugra
Recipients daniel.ugra
Date 2012-10-17.21:38:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350509929.7.0.680667591801.issue16270@psf.upfronthosting.co.za>
In-reply-to
Content
With version 3.3 (64 bit on Arch Linux) Python now hangs when closing FTP connection on some sites:

url = "ftp://ftp.fu-berlin.de/pub/misc/movies/database/ratings.list.gz"

with urllib.request.urlopen( url ):
	pass
History
Date User Action Args
2012-10-17 21:38:49daniel.ugrasetrecipients: + daniel.ugra
2012-10-17 21:38:49daniel.ugrasetmessageid: <1350509929.7.0.680667591801.issue16270@psf.upfronthosting.co.za>
2012-10-17 21:38:49daniel.ugralinkissue16270 messages
2012-10-17 21:38:49daniel.ugracreate