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 alef13
Recipients alef13, gvanrossum
Date 2008-01-13.05:13:34
SpamBayes Score 0.0154578
Marked as misclassified No
Message-id <1200201217.31.0.259035287992.issue1817@psf.upfronthosting.co.za>
In-reply-to
Content
Here it is, babe. I've made appropriate changes to make it read
QUERY_STRING when it's available within POST method. It's currently
being parsed by parse_qsl() in read_urlencoded() as it should be in
regular GET or POST. I didn't touch CONTENT_LENGTH since it has the size
of the POST data without QUERY_STRING's size. That would affect read()
of such POST data. It's working. Thanks for the incentive, it's my first
patch for python.
History
Date User Action Args
2008-01-13 05:13:37alef13setspambayes_score: 0.0154578 -> 0.0154578
recipients: + alef13, gvanrossum
2008-01-13 05:13:37alef13setspambayes_score: 0.0154578 -> 0.0154578
messageid: <1200201217.31.0.259035287992.issue1817@psf.upfronthosting.co.za>
2008-01-13 05:13:35alef13linkissue1817 messages
2008-01-13 05:13:35alef13create