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 mrabarnett
Recipients ThiefMaster, davidism, ezio.melotti, mrabarnett, serhiy.storchaka, vstinner
Date 2017-07-05.17:22:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499275350.26.0.834984469014.issue30838@psf.upfronthosting.co.za>
In-reply-to
Content
Python identifiers match the regex:

    [_\p{XID_Start}]\p{XID_Continue}*

The standard re module doesn't support \p{...}, but the third-party "regex" module does.
History
Date User Action Args
2017-07-05 17:22:30mrabarnettsetrecipients: + mrabarnett, vstinner, ezio.melotti, serhiy.storchaka, ThiefMaster, davidism
2017-07-05 17:22:30mrabarnettsetmessageid: <1499275350.26.0.834984469014.issue30838@psf.upfronthosting.co.za>
2017-07-05 17:22:30mrabarnettlinkissue30838 messages
2017-07-05 17:22:30mrabarnettcreate