From: Victor Stinner Date: Wed, 25 Mar 2020 17:31:55 +0000 (+0100) Subject: bpo-40050: Rephrase NEWS entry (GH-19148) X-Git-Tag: v3.9.0a6~278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ace018ca47c03ca699603341b12781b5329d2eaa;p=thirdparty%2FPython%2Fcpython.git bpo-40050: Rephrase NEWS entry (GH-19148) --- diff --git a/Misc/NEWS.d/next/Library/2020-03-24-16-17-20.bpo-40050.6GrOlz.rst b/Misc/NEWS.d/next/Library/2020-03-24-16-17-20.bpo-40050.6GrOlz.rst index f87e06ef3bc5..0a8e24e4f285 100644 --- a/Misc/NEWS.d/next/Library/2020-03-24-16-17-20.bpo-40050.6GrOlz.rst +++ b/Misc/NEWS.d/next/Library/2020-03-24-16-17-20.bpo-40050.6GrOlz.rst @@ -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.