mirror of
https://github.com/python/cpython.git
synced 2026-06-02 09:38:14 -04:00
89e3436606
On Windows, set the binary mode on stdin, stdout, stderr and all io.FileIO objects (to not translate newlines, \r\n <=> \n). The Python parser translates newlines (\r\n => \n).