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 bsammon
Recipients 4wayned, WayneD, bsammon, ezio.melotti, mrabarnett
Date 2021-09-22.18:08:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632334114.35.0.136507369956.issue40027@roundup.psfhosted.org>
In-reply-to
Content
I just ran into this change in behavior myself.

It's worth noting that the new behavior appears to match perl's behavior:

# perl -e 'print(("he" =~ s/e*\Z/ah/rg), "\n")'
hahah
History
Date User Action Args
2021-09-22 18:08:34bsammonsetrecipients: + bsammon, ezio.melotti, mrabarnett, WayneD, 4wayned
2021-09-22 18:08:34bsammonsetmessageid: <1632334114.35.0.136507369956.issue40027@roundup.psfhosted.org>
2021-09-22 18:08:34bsammonlinkissue40027 messages
2021-09-22 18:08:34bsammoncreate