Message 105087 - Python tracker
Message105087
| Author | vstinner |
|---|---|
| Recipients | flox, pitrou, vstinner |
| Date | 2010-05-05.21:31:09 |
| SpamBayes Score | 0.007598571 |
| Marked as misclassified | No |
| Message-id | <1273095071.76.0.822414070534.issue8533@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Reopen: r80703 (and r80711) introduces a new bug: on Windows, there is an empty string between each line. It looks like a newline error. replace_stdout() should set the newline argument to open(). But how can I get the newline attribute from sys.stdout? sys.stdout._writenl? regrtest_stdout_newline.patch should fix the newline problem. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-05-05 21:31:11 | vstinner | set | recipients: + vstinner, pitrou, flox |
| 2010-05-05 21:31:11 | vstinner | set | messageid: <1273095071.76.0.822414070534.issue8533@psf.upfronthosting.co.za> |
| 2010-05-05 21:31:09 | vstinner | link | issue8533 messages |
| 2010-05-05 21:31:09 | vstinner | create | |