[New-bugs-announce] [issue40443] Remove unused imports in the stdlib (April 2020 edition)

STINNER Victor report at bugs.python.org
Wed Apr 29 18:42:28 EDT 2020


New submission from STINNER Victor <vstinner at python.org>:

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

----------
components: Library (Lib), Tests
messages: 367711
nosy: vstinner
priority: normal
severity: normal
status: open
title: Remove unused imports in the stdlib (April 2020 edition)
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40443>
_______________________________________


More information about the New-bugs-announce mailing list