-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or request thereforNew feature or request thereforunder considerationDev has not yet decided whether or how to implementDev has not yet decided whether or how to implement
Description
Python's str.splitlines() method treats the following as newline sequences in addition to the normal Unicode newlines already recognized by this library:
- U+001C ("file separator")
- U+001D ("group separator")
- U+001E ("record separator")
- Used by JSON Text Sequence (RFC 7464) to prefix each JSON item (suffixed by LF)
How widely are any of these used as any sort of newline sequence?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or request thereforNew feature or request thereforunder considerationDev has not yet decided whether or how to implementDev has not yet decided whether or how to implement