-
Notifications
You must be signed in to change notification settings - Fork 307
Open
Labels
What's New In Python 3.3coreIssues relating to core functionality (e.g. syntax)Issues relating to core functionality (e.g. syntax)
Description
Since we're using the C# string as our string there's no way to differentiate between a surrogate pair and a "wide" unicode character (e.g. "\uDBFF\uDFFF" and "\U0010FFFF" are not equal in Python but they are equal in C#).
References:
- https://docs.python.org/3/whatsnew/3.3.html#pep-393-flexible-string-representation
- https://www.python.org/dev/peps/pep-0393/
Related PR: #251
Metadata
Metadata
Assignees
Labels
What's New In Python 3.3coreIssues relating to core functionality (e.g. syntax)Issues relating to core functionality (e.g. syntax)