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 nedbat
Recipients kleshni, nedbat, tim.peters
Date 2020-05-11.20:02:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
This change has caused a problem for coverage.py.  The full details are here: https://github.com/nedbat/coveragepy/issues/988#issuecomment-626926513

Coverage.py combines fnmatch-produced regexes by joining them with pipes into one larger regex.  The \<g1> group in the regexes now makes that larger regex invalid.
History
Date User Action Args
2020-05-11 20:02:25nedbatsetrecipients: + nedbat, tim.peters, kleshni
2020-05-11 20:02:25nedbatsetmessageid: <[email protected]>
2020-05-11 20:02:25nedbatlinkissue40480 messages
2020-05-11 20:02:25nedbatcreate