Message 368645 - Python tracker

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.

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.