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-04-29.22:42:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588200148.3.0.742578477052.issue40443@roundup.psfhosted.org>
In-reply-to
Content
Attached PRs removed unused imports from the Python standard library.

I used pyflakes and looked for "imported but unused" warnings. I ignored tons of warnings, since many are false alarms: imports done on purpose.

Previous editions:

* 2014: bpo-20976
* 2017: bpo-29919
History
Date User Action Args
2020-04-29 22:42:28vstinnersetrecipients: + vstinner
2020-04-29 22:42:28vstinnersetmessageid: <1588200148.3.0.742578477052.issue40443@roundup.psfhosted.org>
2020-04-29 22:42:28vstinnerlinkissue40443 messages
2020-04-29 22:42:28vstinnercreate