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 xtreak
Recipients eric.smith, ezio.melotti, shaw_koike, vstinner, xtreak
Date 2020-03-25.14:46:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585147590.23.0.0688034812395.issue40062@roundup.psfhosted.org>
In-reply-to
Content
unicodedata.category can be used here I guess to validate this.

>>> [unicodedata.category(c) for c in "あいう"]
['Lo', 'Lo', 'Lo']
History
Date User Action Args
2020-03-25 14:46:30xtreaksetrecipients: + xtreak, vstinner, eric.smith, ezio.melotti, shaw_koike
2020-03-25 14:46:30xtreaksetmessageid: <1585147590.23.0.0688034812395.issue40062@roundup.psfhosted.org>
2020-03-25 14:46:30xtreaklinkissue40062 messages
2020-03-25 14:46:30xtreakcreate