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 crustymonkey
Recipients beerNuts, crustymonkey, docs@python, eric.araujo, orsenthil
Date 2012-03-19.15:31:32
SpamBayes Score 0.008557015
Marked as misclassified No
Message-id <1332171104.34.0.947824621796.issue14338@psf.upfronthosting.co.za>
In-reply-to
Content
I actually just worked around this issue in my library to do specifically what I needed it to do, which was an automatic redirect POST with data.  As far as general recipes are concerned, anyone could just follow what I did in my library at:

https://github.com/crustymonkey/py-sonic or
http://pypi.python.org/pypi/py-sonic

All I did was just subclass HTTPRedirectHandler and essentially add my patch.
History
Date User Action Args
2012-03-19 15:31:44crustymonkeysetrecipients: + crustymonkey, orsenthil, eric.araujo, docs@python, beerNuts
2012-03-19 15:31:44crustymonkeysetmessageid: <1332171104.34.0.947824621796.issue14338@psf.upfronthosting.co.za>
2012-03-19 15:31:33crustymonkeylinkissue14338 messages
2012-03-19 15:31:32crustymonkeycreate