CoderSamurai
Results
1
comments of
CoderSamurai
I’d like to propose a small documentation clarification for `Path.write_text()` on Windows: When writing text containing CRLF sequences (`\r\n`), Python’s text mode automatically translates `\n` to `\r\n`. If the text...