Message125553
| Author | vstinner |
|---|---|
| Recipients | amaury.forgeotdarc, brian.curtin, gvanrossum, pebbe, pitrou, v+python, vstinner |
| Date | 2011-01-06.13:03:39 |
| SpamBayes Score | 0.0022570514 |
| Marked as misclassified | No |
| Message-id | <1294319025.43.0.338606661166.issue10841@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Attached stdio_binary.patch always set stdin, stdout and stderr in binary mode on Windows (and not only with -u command line flag). I added the following comment, is it correct?
/* don't translate newlines */ |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-01-06 13:03:45 | vstinner | set | recipients: + vstinner, gvanrossum, amaury.forgeotdarc, pitrou, v+python, brian.curtin, pebbe |
| 2011-01-06 13:03:45 | vstinner | set | messageid: <1294319025.43.0.338606661166.issue10841@psf.upfronthosting.co.za> |
| 2011-01-06 13:03:39 | vstinner | link | issue10841 messages |
| 2011-01-06 13:03:39 | vstinner | create | |