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, benjamin.peterson, brian.curtin, gvanrossum, pitrou, v+python, vstinner
日期 2012-08-03.23:53:32
SpamBayes Score -1.0
Marked as misclassified
Message-id <1344038013.06.0.830476482036.issue10841@psf.upfronthosting.co.za>
In-reply-to
内容
For the record, this change (always set stdout and stderr in binary mode on Windows) introduced (at least???) the following regressions:

 - #11272: "input() has trailing carriage return on windows", fixed in Python 3.2.1
 - #11395: "print(s) fails on Windows with long strings", fixed in Python 3.2.1
 - #13119: "Newline for print() is \n on Windows, and not \r\n as expected", will be fixed in Python 3.2.4 and 3.3 (not released yet)
历史
日期 用户 动作 参数
2012-08-03 23:53:33vstinner修改recipients: + vstinner, gvanrossum, amaury.forgeotdarc, pitrou, benjamin.peterson, v+python, brian.curtin
2012-08-03 23:53:33vstinner修改messageid: <1344038013.06.0.830476482036.issue10841@psf.upfronthosting.co.za>
2012-08-03 23:53:32vstinner链接issue10841 messages
2012-08-03 23:53:32vstinner创建