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:50:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554976219.9.0.668819128019.issue32308@roundup.psfhosted.org>
In-reply-to
Content
This was a really bad idea in my opinion. We just found this and we have no way to know how this will impact production. It's really absurd that 

re.sub('(.*)', r'foo', 'asd')

is "foo" in python 1 to 3.6 but 'foofoo' in python 3.7.
History
Date User Action Args
2019-04-11 09:50:19Anders.Hovmöllersetrecipients: + Anders.Hovmöller, ezio.melotti, mrabarnett, serhiy.storchaka
2019-04-11 09:50:19Anders.Hovmöllersetmessageid: <1554976219.9.0.668819128019.issue32308@roundup.psfhosted.org>
2019-04-11 09:50:19Anders.Hovmöllerlinkissue32308 messages
2019-04-11 09:50:19Anders.Hovmöllercreate