From ace018ca47c03ca699603341b12781b5329d2eaa Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 25 Mar 2020 18:31:55 +0100 Subject: [PATCH] bpo-40050: Rephrase NEWS entry (GH-19148) --- .../next/Library/2020-03-24-16-17-20.bpo-40050.6GrOlz.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 f87e06ef3bc..0a8e24e4f28 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.