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 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:11vstinnersetrecipients: + vstinner, pitrou, flox
2010-05-05 21:31:11vstinnersetmessageid: <1273095071.76.0.822414070534.issue8533@psf.upfronthosting.co.za>
2010-05-05 21:31:09vstinnerlinkissue8533 messages
2010-05-05 21:31:09vstinnercreate