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 WayneD
Recipients WayneD, ezio.melotti, mrabarnett
Date 2020-03-20.18:06:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584727578.25.0.412976472178.issue40027@roundup.psfhosted.org>
In-reply-to
Content
Another argument in favor of this being a bug, this does not exhibit the same doubling:

txt = ' test'
txt = re.sub(r'^\s*', '^', txt)

That always substitutes once.
History
Date User Action Args
2020-03-20 18:06:18WayneDsetrecipients: + WayneD, ezio.melotti, mrabarnett
2020-03-20 18:06:18WayneDsetmessageid: <1584727578.25.0.412976472178.issue40027@roundup.psfhosted.org>
2020-03-20 18:06:18WayneDlinkissue40027 messages
2020-03-20 18:06:18WayneDcreate