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 Pixmew
Recipients Pixmew, paul.moore, serhiy.storchaka, steve.dower, tim.golden, yetingli, zach.ware
Date 2020-11-05.15:01:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604588473.66.0.957876210979.issue41712@roundup.psfhosted.org>
In-reply-to
Content
converted regex from \w+\d+ to ([A-Za-z_]*\d)+
as asked.
you can modify the sub-pattern \w+\d+ to ([A-Za-z_]*\d)+
and is working fine
History
Date User Action Args
2020-11-05 15:01:13Pixmewsetrecipients: + Pixmew, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower, yetingli
2020-11-05 15:01:13Pixmewsetmessageid: <1604588473.66.0.957876210979.issue41712@roundup.psfhosted.org>
2020-11-05 15:01:13Pixmewlinkissue41712 messages
2020-11-05 15:01:13Pixmewcreate