Message125556
| 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:04 | vstinner | set | 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:04 | vstinner | set | messageid: <1294325164.9.0.579217171405.issue4953@psf.upfronthosting.co.za> |
| 2011-01-06 14:46:03 | vstinner | link | issue4953 messages |
| 2011-01-06 14:46:03 | vstinner | create | |