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 pt12lol
Recipients pt12lol
Date 2021-07-20.07:42:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626766960.27.0.648884834897.issue44677@roundup.psfhosted.org>
In-reply-to
Content
I think changing `(?P<quote>["\']).*?(?P=quote)` to `(?P<quote>["\'])[^\n]*?(?P=quote)` in all regexes does the trick, doesn't it?
History
Date User Action Args
2021-07-20 07:42:40pt12lolsetrecipients: + pt12lol
2021-07-20 07:42:40pt12lolsetmessageid: <1626766960.27.0.648884834897.issue44677@roundup.psfhosted.org>
2021-07-20 07:42:40pt12lollinkissue44677 messages
2021-07-20 07:42:40pt12lolcreate