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 dehn
Recipients
Date 2005-11-10.20:25:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
A url request returns a redirect that contains a space '  ' 
character. Python urllib2.py does not replace this 
character with '%20' and fails.

Entering a line after line 507 of:
            newurl=re.sub(' ','%20',newurl)
         
Corrects my problem.
History
Date User Action Args
2007-08-23 14:36:07adminlinkissue1353433 messages
2007-08-23 14:36:07admincreate