]> granicus.if.org Git - python/commit
Close #13119: use "\r\n" newline for sys.stdout/err on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 3 Aug 2012 23:28:00 +0000 (01:28 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 3 Aug 2012 23:28:00 +0000 (01:28 +0200)
commit7b3f0fa68e320253e7dc6987c54206272ffb182a
tree6d44a1a1153a2055b99f4817150bb380890d1aa1
parentd1f9352bd4b30ccfe665109b1341433a00dc6256
Close #13119: use "\r\n" newline for sys.stdout/err on Windows

sys.stdout and sys.stderr are now using "\r\n" newline on Windows, as Python 2.
Lib/test/test_cmd_line.py
Misc/NEWS
Python/pythonrun.c