- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message371742
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 | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2020-06-17.14:00:50 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1592402450.3.0.452930537647.issue41006@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
My local changes removed the following imports from runpy: - '_heapq', - '_locale', - '_sre', - 'collections.abc', - 'copyreg', - 'enum', - 'heapq', - 'importlib.abc', - 'itertools', - 're', - 'sre_compile', - 'sre_constants', - 'sre_parse', - 'typing', - 'typing.io', - 'typing.re', |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-06-17 14:00:50 | vstinner | set | recipients: + vstinner |
| 2020-06-17 14:00:50 | vstinner | set | messageid: <1592402450.3.0.452930537647.issue41006@roundup.psfhosted.org> |
| 2020-06-17 14:00:50 | vstinner | link | issue41006 messages |
| 2020-06-17 14:00:50 | vstinner | create | |

