The Wayback Machine - https://web.archive.org/web/20220929142931/https://github.com/python/cpython/issues/97544
Labels
type-bug
An unexpected behavior, bug, or error
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
jaraco commentedSep 25, 2022
•
edited
In attempting to harmonize the path pie implementation with more modern constructs, I'm seeking also to utilize the
newlineargument toopeninstead of explicitly substituting characters.When I do, however, I find that some tests start to fail when NEL is passed as a newline character:
At least in some contexts, Python recognizes NEL as a line separator:
See also #66428 for some background.
According to the wikipedia article, a conforming application should honor a number of characters as newlines:
The text was updated successfully, but these errors were encountered: