summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS.d/next/Library/2020-03-24-16-17-20.bpo-40050.6GrOlz.rst6
1 files 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 f87e06e..0a8e24e 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.