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 robzed
Recipients
Date 2004-03-17.22:41:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
On a URL request where the server returns a URL with spaces in, 
urllib doesn't correct it before requesting the new page.

I think this is technically a server error, however, it does work 
from web browsers (Mozilla, Safari) but not from Python urllib.

I would suggest that when urllib is following "moved temporarily" 
links (or similar) from a server it translates spaces to %20.

See example program file for more including detailed server/client 
transactions text.


History
Date User Action Args
2007-08-23 14:20:25adminlinkissue918368 messages
2007-08-23 14:20:25admincreate