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 v+python
Recipients amaury.forgeotdarc, brian.curtin, pitrou, v+python
Date 2011-01-06.07:13:22
SpamBayes Score 1.5607595e-05
Marked as misclassified No
Message-id <1294298004.48.0.41628391159.issue10841@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, it seems like this "-u" behaviour, should simply be the default for Python 3.x on Windows.  The new IO subsystem seems to be able to add \r when desired anyway.  And except for Notepad, most programs on Windows can deal with \r\n or solo \n anyway.  \r\r\n doesn't cause too many problems for very many programs, but is (1) non-standard (2) wasteful of bytes (3) does cause problems for CGI programs, and likely some others... I haven't done a lot of testing with that case, but tried a few programs, and they dealt with it gracefully.
History
Date User Action Args
2011-01-06 07:13:24v+pythonsetrecipients: + v+python, amaury.forgeotdarc, pitrou, brian.curtin
2011-01-06 07:13:24v+pythonsetmessageid: <1294298004.48.0.41628391159.issue10841@psf.upfronthosting.co.za>
2011-01-06 07:13:22v+pythonlinkissue10841 messages
2011-01-06 07:13:22v+pythoncreate