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 yetingli
Recipients eric.snow, serhiy.storchaka, yetingli
Date 2020-09-04.13:24:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599225846.94.0.0988365625063.issue41715@roundup.psfhosted.org>
In-reply-to
Content
I think we can replace \w*[a-zA-Z]\w* with (_\d*)+([a-zA-Z]([_\d])*)+

This is an equivalent fix and the fixed regex is safe.

Does that sound right to you?
History
Date User Action Args
2020-09-04 13:24:06yetinglisetrecipients: + yetingli, eric.snow, serhiy.storchaka
2020-09-04 13:24:06yetinglisetmessageid: <1599225846.94.0.0988365625063.issue41715@roundup.psfhosted.org>
2020-09-04 13:24:06yetinglilinkissue41715 messages
2020-09-04 13:24:06yetinglicreate