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 Anders.Hovmöller
Recipients Anders.Hovmöller, ezio.melotti, mrabarnett, serhiy.storchaka
Date 2019-04-11.09:57:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554976624.94.0.310816779046.issue32308@roundup.psfhosted.org>
In-reply-to
Content
Just as a comparison, sed does the 3.6 thing:

> echo foo | sed 's/\(.*\)/x\1y/g'
xfooy
History
Date User Action Args
2019-04-11 09:57:04Anders.Hovmöllersetrecipients: + Anders.Hovmöller, ezio.melotti, mrabarnett, serhiy.storchaka
2019-04-11 09:57:04Anders.Hovmöllersetmessageid: <1554976624.94.0.310816779046.issue32308@roundup.psfhosted.org>
2019-04-11 09:57:04Anders.Hovmöllerlinkissue32308 messages
2019-04-11 09:57:04Anders.Hovmöllercreate