Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

unicodedata.category can be used here I guess to validate this.

>>> [unicodedata.category(c) for c in "あいう"]
['Lo', 'Lo', 'Lo']

----------
nosy: +xtreak

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40062>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to