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 r.david.murray
Recipients amaury.forgeotdarc, barry, eric.araujo, erob, flox, ggenellina, gvanrossum, oopos, pebbe, pitrou, quentel, r.david.murray, tcourbon, tercero12, tobias, v+python, vstinner
Date 2011-01-06.15:39:23
SpamBayes Score 0.08591564
Marked as misclassified No
Message-id <1294328365.87.0.0827562056057.issue4953@psf.upfronthosting.co.za>
In-reply-to
Content
Haypo: I believe that the consensus we've come to is that you shouldn't have to.  FieldStorage should take a binary stream.  So should cgi.parse.  If defaulting to sys.stdin, then if stdin is text, they should turn it in to a binary stream right at the start.

None of which is true right now, and this presents some backward compatibility problems.
History
Date User Action Args
2011-01-06 15:39:26r.david.murraysetrecipients: + r.david.murray, gvanrossum, barry, amaury.forgeotdarc, ggenellina, pitrou, vstinner, eric.araujo, v+python, oopos, tercero12, tcourbon, tobias, flox, pebbe, quentel, erob
2011-01-06 15:39:25r.david.murraysetmessageid: <1294328365.87.0.0827562056057.issue4953@psf.upfronthosting.co.za>
2011-01-06 15:39:23r.david.murraylinkissue4953 messages
2011-01-06 15:39:23r.david.murraycreate