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 eric.smith
Recipients eric.smith, ezio.melotti, shaw_koike, vstinner
Date 2020-03-25.14:24:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585146274.57.0.368373988151.issue40062@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-03-25 14:24:34eric.smithsetrecipients: + eric.smith, vstinner, ezio.melotti, shaw_koike
2020-03-25 14:24:34eric.smithsetmessageid: <1585146274.57.0.368373988151.issue40062@roundup.psfhosted.org>
2020-03-25 14:24:34eric.smithlinkissue40062 messages
2020-03-25 14:24:34eric.smithcreate