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 TaylorSMarks
Recipients TaylorSMarks
Date 2014-11-21.19:55:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416599758.35.0.866747041142.issue22912@psf.upfronthosting.co.za>
In-reply-to
Content
The following code causes Python 2.7.8 to lockup for ten minutes, then crash, in both Windows 7 and OS X:

from urllib import urlretrieve
urlretrieve('http://chromedriver.storage.googleapis.com/2.12/chromedriver_win32.zip', 'chromedriver_win32.zip')

Here's a thread on StackOverflow where I originally posted about this bug, assuming it was an issue in my code, before other people let me know that the problem wasn't my code, but with Python 2.7.8, on both Windows 7 and OS X, and that in older versions of Python, such as 2.7.6, the code works fine.

http://stackoverflow.com/questions/27025998/urllib-urlretreive-completely-locks-up-python
History
Date User Action Args
2014-11-21 19:55:58TaylorSMarkssetrecipients: + TaylorSMarks
2014-11-21 19:55:58TaylorSMarkssetmessageid: <1416599758.35.0.866747041142.issue22912@psf.upfronthosting.co.za>
2014-11-21 19:55:58TaylorSMarkslinkissue22912 messages
2014-11-21 19:55:58TaylorSMarkscreate