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 vstinner
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.14:46:03
SpamBayes Score 0.00028195878
Marked as misclassified No
Message-id <1294325164.9.0.579217171405.issue4953@psf.upfronthosting.co.za>
In-reply-to
Content
I tried full_source_and_error.zip on Windows and it failed. With stdio_binary.patch (attached to #10841), it works but I get an unicode file instead of a binary file. With stdio_binary.patch+cgi_plus_tests.diff it works as expected: I get a binary file (bytes).

But I don't understand why I have to pass an text stream (sys.stdin) instead of a binary stream (sys.stdin.buffer) to the FieldStorage constructor.
History
Date User Action Args
2011-01-06 14:46:04vstinnersetrecipients: + vstinner, gvanrossum, barry, amaury.forgeotdarc, ggenellina, pitrou, eric.araujo, v+python, r.david.murray, oopos, tercero12, tcourbon, tobias, flox, pebbe, quentel, erob
2011-01-06 14:46:04vstinnersetmessageid: <1294325164.9.0.579217171405.issue4953@psf.upfronthosting.co.za>
2011-01-06 14:46:03vstinnerlinkissue4953 messages
2011-01-06 14:46:03vstinnercreate