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 malin
Recipients malin, spz1st
Date 2020-08-15.13:05:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597496727.49.0.106774396962.issue41555@roundup.psfhosted.org>
In-reply-to
Content
There can be at most one empty match at a position. IIRC, Perl's regex engine has very similar behavior.
If don't want empty match, use + is fine.
History
Date User Action Args
2020-08-15 13:05:27malinsetrecipients: + malin, spz1st
2020-08-15 13:05:27malinsetmessageid: <1597496727.49.0.106774396962.issue41555@roundup.psfhosted.org>
2020-08-15 13:05:27malinlinkissue41555 messages
2020-08-15 13:05:27malincreate