Uh oh!
There was an error while loading. Please reload this page.
gh-80667: fix case-sensitivity of some unicode literal escapes - #107281
Conversation
Uh oh!
There was an error while loading. Please reload this page.
SnoopJ
commented
Jul 26, 2023
I did not realize when I wrote this patch last night that |
5b0156b to
abd39e4CompareUh oh!
There was an error while loading. Please reload this page.
Thanks @SnoopJ for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…ythonGH-107281) Lookup for CJK ideograms and Hangul syllables is now case-insensitive, as is the case for other character names. (cherry picked from commit e66f4a5) Co-authored-by: James <snoopjedi@gmail.com>
Sorry, @SnoopJ and @serhiy-storchaka, I could not cleanly backport this to |
GH-144753 is a backport of this pull request to the 3.14 branch. |
…scapes (pythonGH-107281) Lookup for CJK ideograms and Hangul syllables is now case-insensitive, as is the case for other character names. (cherry picked from commit e66f4a5) Co-authored-by: James <snoopjedi@gmail.com>
GH-144754 is a backport of this pull request to the 3.13 branch. |
…GH-107281) (GH-144754) Lookup for CJK ideograms and Hangul syllables is now case-insensitive, as is the case for other character names. (cherry picked from commit e66f4a5) Co-authored-by: James <snoopjedi@gmail.com>
…GH-107281) (GH-144753) Lookup for CJK ideograms and Hangul syllables is now case-insensitive, as is the case for other character names. (cherry picked from commit e66f4a5) Co-authored-by: James <snoopjedi@gmail.com>
…ythonGH-107281) Lookup for CJK ideograms and Hangul syllables is now case-insensitive, as is the case for other character names.
…ythonGH-107281) Lookup for CJK ideograms and Hangul syllables is now case-insensitive, as is the case for other character names.
…ythonGH-107281) Lookup for CJK ideograms and Hangul syllables is now case-insensitive, as is the case for other character names.
This PR is a partial fix for #80667, resolving inconsistent treatment of case in Unicode literal escape sequences. This changeset should be compatible with the changes in #101585 as well as named ranges that may be introduced in the future.