Message 407417 - Python tracker
Message407417
| Author | vstinner |
|---|---|
| Recipients | arhadthedev, erlendaasland, gdr@garethrees.org, lemburg, mark.dickinson, rhettinger, vstinner |
| Date | 2021-12-01.00:25:37 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1638318337.51.0.158902484678.issue45476@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Attached pep674_regex.py generated a regex to search for code incompatible with the PEP 674. To download PyPI top 5000, you can use my script: https://github.com/vstinner/misc/blob/main/cpython/download_pypi_top.py To grep a regex in tarball and ZIP archives, you can use the rg command: $ rg -zl REGEX DIRECTORY/*.{zip,gz,bz2,tgz} Or you can try my script: https://github.com/vstinner/misc/blob/main/cpython/search_pypi_top.py |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-12-01 00:25:37 | vstinner | set | recipients: + vstinner, lemburg, rhettinger, mark.dickinson, gdr@garethrees.org, erlendaasland, arhadthedev |
| 2021-12-01 00:25:37 | vstinner | set | messageid: <1638318337.51.0.158902484678.issue45476@roundup.psfhosted.org> |
| 2021-12-01 00:25:37 | vstinner | link | issue45476 messages |
| 2021-12-01 00:25:37 | vstinner | create | |