mirror of
https://github.com/python/cpython.git
synced 2026-05-30 16:14:47 -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).