Prevent Python Print()'s Automatic Newline Conversion To Crlf On Windows
I'd like to pipe text with unix-like EOL (LF) from Python via Windows CMD (console). However, P…
Read more
Prevent Python Print()'s Automatic Newline Conversion To Crlf On Windows