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 facundobatista
Recipients andresriancho, facundobatista, orsenthil
Date 2007-11-08.17:40:40
SpamBayes Score 0.11235016
Marked as misclassified No
Message-id <1194543640.32.0.26091364872.issue1401@psf.upfronthosting.co.za>
In-reply-to
Content
So, for 302 error we should resend the request as POST (header with
lenght and data), and for the others we need to keep current behaviour.

Actually, we just need to code a new handling function for 302, and
leave the existing one as is.

What do you think?
History
Date User Action Args
2007-11-08 17:40:40facundobatistasetspambayes_score: 0.11235 -> 0.11235016
recipients: + facundobatista, orsenthil, andresriancho
2007-11-08 17:40:40facundobatistasetspambayes_score: 0.11235 -> 0.11235
messageid: <1194543640.32.0.26091364872.issue1401@psf.upfronthosting.co.za>
2007-11-08 17:40:40facundobatistalinkissue1401 messages
2007-11-08 17:40:40facundobatistacreate