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 andyharrington
Recipients andyharrington
Date 2010-03-01.19:01:50
SpamBayes Score 0.0034599616
Marked as misclassified No
Message-id <1267470113.93.0.44679631442.issue8035@psf.upfronthosting.co.za>
In-reply-to
Content
I give simple 2.6 code test26.py working with urllib.urlretrieve and corresponding 3.1 code test31.py with urllib.request.urlretrieve that hangs (close enough to your category 'crash'?) on Ubuntu 1.9.1 and Windows XP, service pack 2.

Both work on an html page in google sites, 
http://sites.google.com/a/luc.edu/comp150/filebin/
but only the 3.1 verson fails when retrieving a file in a Google filebin.  
http://sites.google.com/a/luc.edu/comp150/filebin/addition1.py
The file in the filebin downloads simply in the Firefox browser GUI and in the corresponding 2.6 program.
History
Date User Action Args
2010-03-01 19:01:54andyharringtonsetrecipients: + andyharrington
2010-03-01 19:01:53andyharringtonsetmessageid: <1267470113.93.0.44679631442.issue8035@psf.upfronthosting.co.za>
2010-03-01 19:01:51andyharringtonlinkissue8035 messages
2010-03-01 19:01:51andyharringtoncreate