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.17:56:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584726989.33.0.892522799736.issue40027@roundup.psfhosted.org>
In-reply-to
Content
This is not the same thing because the match is anchored, so it is not adjacent to the prior match -- it is the same match. I think that r'\s*\Z' should behave the same way as r'\s*x' due to the anchor point. The current behavior is matching the same \Z twice.
History
Date User Action Args
2020-03-20 17:56:29WayneDsetrecipients: + WayneD, ezio.melotti, mrabarnett
2020-03-20 17:56:29WayneDsetmessageid: <1584726989.33.0.892522799736.issue40027@roundup.psfhosted.org>
2020-03-20 17:56:29WayneDlinkissue40027 messages
2020-03-20 17:56:29WayneDcreate