Skip to content

gh-62491: codecs text streams now split lines only with \r, \n and \r\n. #9711

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Oct 5, 2018

This behavior is compatible with io text streams in universal newlines
mode. Previously they split lines using Unicode line terminators as in
str.splitlines().

https://bugs.python.org/issue18291

…r\n.

This behavior is compatible with io text streams in universal newlines
mode. Previously they split lines using Unicode line terminators as in
str.splitlines().
@methane
Copy link
Member

methane commented Oct 5, 2018

No need to use _ prefix for new functions?

@serhiy-storchaka
Copy link
Member Author

Since __all__ is defined there is no need to use _ prefix.

@vstinner
Copy link
Member

I removed the " needs backport to 3.6" label, the 3.6 branch no longer accept bugfixes (only security fixes are accepted): https://devguide.python.org/#status-of-python-branches

@arhadthedev arhadthedev changed the title bpo-18291: codecs text streams now split lines only with \r, \n and \r\n. gh-62491: codecs text streams now split lines only with \r, \n and \r\n. Apr 15, 2023
@arhadthedev
Copy link
Member

@serhiy-storchaka Does this PR have a chance to go into 3.12b1?

Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Apr 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO-NOT-MERGE stale Stale PR or inactive for long period of time. topic-IO topic-unicode type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants