]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40596: Fix str.isidentifier() for non-canonicalized strings containing non-BMP...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 May 2020 13:18:00 +0000 (16:18 +0300)
committerGitHub <noreply@github.com>
Tue, 12 May 2020 13:18:00 +0000 (16:18 +0300)
commit5650e76f63a6f4ec55d00ec13f143d84a2efee39
tree6a3179a1f7b94c3d65985b49c81a5a8fa94e327a
parent7c6e97077525f0ad3cfa0971028313b9079449fd
bpo-40596: Fix str.isidentifier() for non-canonicalized strings containing non-BMP characters on Windows. (GH-20053)
Lib/test/test_unicode.py
Misc/NEWS.d/next/Core and Builtins/2020-05-11-20-53-52.bpo-40596.dwOH_X.rst [new file with mode: 0644]
Objects/unicodeobject.c