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 ajaksu2, jjlee, orsenthil, rus_r_orange
Date 2010-11-20.21:03:28
SpamBayes Score 0.0045095077
Marked as misclassified No
Message-id <1290287009.47.0.184094016799.issue1520831@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, I hadn't noticed that max_redirections isn't part of the API.  In that case, I agree that it's not strictly a bug.  I'd also agree it's not very important.

FWIW: "want[ing] to see all redirects" is not the same thing as printing URLs -- I assume he simply meant that he wanted .open to return the original response, and not a redirected response.  I don't think he meant that he wanted urllib2 itself to allow him to literally see the URLs on his screen, by printing them to stdout (!).
History
Date User Action Args
2010-11-20 21:03:29jjleesetrecipients: + jjlee, orsenthil, ajaksu2, rus_r_orange
2010-11-20 21:03:29jjleesetmessageid: <1290287009.47.0.184094016799.issue1520831@psf.upfronthosting.co.za>
2010-11-20 21:03:28jjleelinkissue1520831 messages
2010-11-20 21:03:28jjleecreate