commit | 5650e76f63a6f4ec55d00ec13f143d84a2efee39 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue May 12 16:18:00 2020 +0300 |
committer | GitHub <noreply@github.com> | Tue May 12 16:18:00 2020 +0300 |
tree | 6a3179a1f7b94c3d65985b49c81a5a8fa94e327a | |
parent | 7c6e97077525f0ad3cfa0971028313b9079449fd [diff] |
bpo-40596: Fix str.isidentifier() for non-canonicalized strings containing non-BMP characters on Windows. (GH-20053)