]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40050: Rephrase NEWS entry (GH-19148)
authorVictor Stinner <vstinner@python.org>
Wed, 25 Mar 2020 17:31:55 +0000 (18:31 +0100)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2020 17:31:55 +0000 (18:31 +0100)
Misc/NEWS.d/next/Library/2020-03-24-16-17-20.bpo-40050.6GrOlz.rst

index f87e06ef3bc5ffeeaba83a8b25fde6c7367b6ad1..0a8e24e4f285725b97256b07351723ece4b67a49 100644 (file)
@@ -1,3 +1,3 @@
-Fix ``importlib._bootstrap_external``. Remove two unused imports importlib:
-``_thread`` and ``_weakref``. Avoid creating a new ``winreg`` builtin module if
-it's already available in :data:`sys.modules`.
+Fix ``importlib._bootstrap_external``: avoid creating a new ``winreg`` builtin
+module if it's already available in :data:`sys.modules`, and remove redundant
+imports.