-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-136087: Remove \r
from documented os.linesep
values
#136088
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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 980a56843bf631ea80c1486a367d41031dec6a7e) Co-authored-by: sobolevn <[email protected]>
…honGH-136088) (cherry picked from commit 980a568) Co-authored-by: sobolevn <[email protected]>
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.linesep
docs inos.py
#136087