Eric V. Smith <e...@trueblade.com> added the comment:

>From the documentation: 
>https://docs.python.org/3/library/stdtypes.html#str.isalpha

Alphabetic characters are those characters defined in the Unicode character 
database as “Letter”, i.e., those with general category property being one of 
“Lm”, “Lt”, “Lu”, “Ll”, or “Lo”.

I'm assuming those characters all have these properties.

----------
nosy: +eric.smith

_______________________________________
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