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 slateny
Recipients Andi McClure, docs@python, ezio.melotti, iritkatriel, mrabarnett, slateny, zwol
Date 2022-02-28.07:39:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646033986.54.0.931352718696.issue25743@roundup.psfhosted.org>
In-reply-to
Content
Would a change like this be accurate?

Matches Unicode word characters; this includes most alphanumeric characters as well as the underscore. In Unicode, alphanumeric characters are defined to be the general categories L + N (see https://unicode.org/reports/tr44/#General_Category_Values). If the :const:`ASCII` flag is used, only ``[a-zA-Z0-9_]`` is matched.
History
Date User Action Args
2022-02-28 07:39:46slatenysetrecipients: + slateny, ezio.melotti, mrabarnett, docs@python, zwol, Andi McClure, iritkatriel
2022-02-28 07:39:46slatenysetmessageid: <1646033986.54.0.931352718696.issue25743@roundup.psfhosted.org>
2022-02-28 07:39:46slatenylinkissue25743 messages
2022-02-28 07:39:46slatenycreate