This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka, vstinner
Date 2020-05-11.17:50:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589219416.15.0.470461181739.issue40596@roundup.psfhosted.org>
In-reply-to
Content
>>> import _testcapi
>>> u = '\U0001d580\U0001d593\U0001d58e\U0001d588\U0001d594\U0001d589\U0001d58a'
>>> u.isidentifier()
True
>>> _testcapi.unicode_legacy_string(u).isidentifier()
False
History
Date User Action Args
2020-05-11 17:50:16serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2020-05-11 17:50:16serhiy.storchakasetmessageid: <1589219416.15.0.470461181739.issue40596@roundup.psfhosted.org>
2020-05-11 17:50:16serhiy.storchakalinkissue40596 messages
2020-05-11 17:50:16serhiy.storchakacreate