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 jjlee
Recipients georg.brandl, jjlee, orsenthil, vila
Date 2008-01-20.17:32:42
SpamBayes Score 0.093894646
Marked as misclassified No
Message-id <1200850363.36.0.868945867482.issue735515@psf.upfronthosting.co.za>
In-reply-to
Content
In what respect?  I just meant that it would be nice (and more compliant
with the RFC) if rather than fetching the original URL each time, a map
of URLs to 301-redirected URLs was kept.

For urllib2, I suppose the map would be a private attribute of
HTTPRedirectHandler.

There's no obvious need to provide any interface to get the intermediate
URLs in the redirection chain.
History
Date User Action Args
2008-01-20 17:32:43jjleesetspambayes_score: 0.0938946 -> 0.093894646
recipients: + jjlee, georg.brandl, orsenthil, vila
2008-01-20 17:32:43jjleesetspambayes_score: 0.0938946 -> 0.0938946
messageid: <1200850363.36.0.868945867482.issue735515@psf.upfronthosting.co.za>
2008-01-20 17:32:42jjleelinkissue735515 messages
2008-01-20 17:32:42jjleecreate