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-12.13:33:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555076002.35.0.426857478772.issue32308@roundup.psfhosted.org>
In-reply-to
Content
That might be true, but that seems like a weak argument. If anything, it means those others are broken. What is the logic behind "(.*)" returning the entire string (which is what you asked for) and exactly one empty string? Why not two empty strings? 3? 4? 5? Why not an empty string at the beginning? It makes no practical sense.

We will have to spend considerable effort to work around this change and adapt our code to 3.7. The lack of a discussion about backwards compatibility in this, and the other, thread before making this change is also a problem I think.
History
Date User Action Args
2019-04-12 13:33:22Anders.Hovmöllersetrecipients: + Anders.Hovmöller, ezio.melotti, mrabarnett, serhiy.storchaka
2019-04-12 13:33:22Anders.Hovmöllersetmessageid: <1555076002.35.0.426857478772.issue32308@roundup.psfhosted.org>
2019-04-12 13:33:22Anders.Hovmöllerlinkissue32308 messages
2019-04-12 13:33:22Anders.Hovmöllercreate