[Python-checkins] bpo-40050: Rephrase NEWS entry (GH-19148)

Victor Stinner webhook-mailer at python.org
Wed Mar 25 13:32:18 EDT 2020


https://github.com/python/cpython/commit/ace018ca47c03ca699603341b12781b5329d2eaa
commit: ace018ca47c03ca699603341b12781b5329d2eaa
branch: master
author: Victor Stinner <vstinner at python.org>
committer: GitHub <noreply at github.com>
date: 2020-03-25T18:31:55+01:00
summary:

bpo-40050: Rephrase NEWS entry (GH-19148)

files:
M Misc/NEWS.d/next/Library/2020-03-24-16-17-20.bpo-40050.6GrOlz.rst

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 f87e06ef3bc5f..0a8e24e4f2857 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.



More information about the Python-checkins mailing list