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 eric.araujo
Recipients crustymonkey, eric.araujo, orsenthil
Date 2012-03-02.05:27:32
SpamBayes Score 0.00011026404
Marked as misclassified No
Message-id <1330666053.81.0.171910045236.issue14144@psf.upfronthosting.co.za>
In-reply-to
Content
That’s clear as mud :)  If I read correctly, the text means that the user agent is free to follow redirects without asking the user if the request is GET or HEAD, and needs to ask the user if the request is e.g. POST.  That’s in line with what Firefox does when you refresh after a POST: It asks you to confirm if you want the data to be re-sent.  POST not being idempotent explains the need for this precaution.

So, I think a library like urllib should not prevent people from doing something that is allowed.  +1 to a new param to transfer the body when following a redirect under a POST.
History
Date User Action Args
2012-03-02 05:27:33eric.araujosetrecipients: + eric.araujo, orsenthil, crustymonkey
2012-03-02 05:27:33eric.araujosetmessageid: <1330666053.81.0.171910045236.issue14144@psf.upfronthosting.co.za>
2012-03-02 05:27:33eric.araujolinkissue14144 messages
2012-03-02 05:27:32eric.araujocreate