gh-136087: Remove \r from documented os.linesep values#136088
gh-136087: Remove \r from documented os.linesep values#136088sobolevn merged 1 commit intopython:mainfrom
\r from documented os.linesep values#136088Conversation
|
Hi, I looked into this a bit. The value It was removed in eca20b6. It was a merge from subversion, but I am 99% percent confident it was a part of this change: Wikipedia states that Therefore, your patch is correct. Good catch! [1] https://en.wikipedia.org/wiki/Newline#Representation |
|
Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…honGH-136088) (cherry picked from commit 980a568) Co-authored-by: sobolevn <mail@sobolevn.me>
…honGH-136088) (cherry picked from commit 980a568) Co-authored-by: sobolevn <mail@sobolevn.me>
|
GH-136111 is a backport of this pull request to the 3.14 branch. |
|
GH-136112 is a backport of this pull request to the 3.13 branch. |
os.linesepdocs inos.py#136087