- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message368645
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 | <1589227345.75.0.353105994998.issue40480@roundup.psfhosted.org> |
| 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:25 | nedbat | set | recipients: + nedbat, tim.peters, kleshni |
| 2020-05-11 20:02:25 | nedbat | set | messageid: <1589227345.75.0.353105994998.issue40480@roundup.psfhosted.org> |
| 2020-05-11 20:02:25 | nedbat | link | issue40480 messages |
| 2020-05-11 20:02:25 | nedbat | create | |

