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 pitrou
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:40:33
SpamBayes Score 0.006153404
Marked as misclassified No
Message-id <1294328430.6006.0.camel@localhost.localdomain>
In-reply-to <1294328365.87.0.0827562056057.issue4953@psf.upfronthosting.co.za>
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.

Is mutating sys.stdin really a good idea? Or am I misunderstand your
proposal?
History
Date User Action Args
2011-01-06 15:40:34pitrousetrecipients: + pitrou, gvanrossum, barry, amaury.forgeotdarc, ggenellina, vstinner, eric.araujo, v+python, r.david.murray, oopos, tercero12, tcourbon, tobias, flox, pebbe, quentel, erob
2011-01-06 15:40:33pitroulinkissue4953 messages
2011-01-06 15:40:33pitroucreate