]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40443: Remove unused imports in the stdlib (GH-19803)
authorVictor Stinner <vstinner@python.org>
Thu, 30 Apr 2020 09:26:33 +0000 (11:26 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Apr 2020 09:26:33 +0000 (11:26 +0200)
commit90549676e063c2c818cfc14213d3adb7edcc2bd5
tree110a338fd217521dd310994e673e3092ec6817a8
parent3209cbd99b6d65aa18b3beb124fac9c792b8993d
bpo-40443: Remove unused imports in the stdlib (GH-19803)
Lib/asyncio/events.py
Lib/asyncio/sslproto.py
Lib/bz2.py
Lib/concurrent/futures/process.py
Lib/concurrent/futures/thread.py
Lib/ctypes/test/test_loading.py
Lib/modulefinder.py
Lib/plistlib.py
Lib/xml/dom/xmlbuilder.py
Lib/zipfile.py