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.

作者 vstinner
收信人 amaury.forgeotdarc, barry, eric.araujo, erob, flox, ggenellina, gvanrossum, oopos, pebbe, pitrou, quentel, r.david.murray, tcourbon, tercero12, tobias, v+python, vstinner
日期 2011-01-06.14:46:03
SpamBayes Score 0.00028195878
Marked as misclassified
Message-id <1294325164.9.0.579217171405.issue4953@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2011-01-06 14:46:04vstinner修改recipients: + 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:04vstinner修改messageid: <1294325164.9.0.579217171405.issue4953@psf.upfronthosting.co.za>
2011-01-06 14:46:03vstinner链接issue4953 messages
2011-01-06 14:46:03vstinner创建