Brian <python-b...@brisammon.fastmail.fm> added the comment:

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

----------
nosy: +bsammon

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40027>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to