Skip to content
GitLab
Explore
Sign in
Register
Kirill Smelkov
cpython
Repository
cpython
Lib
test
test_cmd_line.py
Find file
Blame
History
Permalink
Close #13119: use "\r\n" newline for sys.stdout/err on Windows
· c511bf4a
Victor Stinner
authored
Aug 04, 2012
sys.stdout and sys.stderr are now using "\r\n" newline on Windows, as Python 2.
c511bf4a