mirror of
https://github.com/python/cpython.git
synced 2026-05-16 09:29:00 -04:00
c0f1a1afae
On Windows, input() strips '\r' (and not only '\n'), and sys.stdin uses universal newline (replace '\r\n' by '\n').