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 serhiy.storchaka
Recipients Alcolo Alcolo, ezio.melotti, mrabarnett, r.david.murray, serhiy.storchaka
Date 2017-12-01.18:54:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512154476.57.0.213398074469.issue25054@psf.upfronthosting.co.za>
In-reply-to
Content
Could anybody please make review at least of the documentation part? I want to merge this before 3.7.0a3 be released.

Initially I was going to backport the part that relates findall(), finditer() and sub(). It changes the behavior only in corner cases and I didn't expect it can break a real code. But since it broke a pattern in the doctest module, I afraid it can break a third-party code.
History
Date User Action Args
2017-12-01 18:54:36serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett, r.david.murray, Alcolo Alcolo
2017-12-01 18:54:36serhiy.storchakasetmessageid: <1512154476.57.0.213398074469.issue25054@psf.upfronthosting.co.za>
2017-12-01 18:54:36serhiy.storchakalinkissue25054 messages
2017-12-01 18:54:36serhiy.storchakacreate