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

This commit is contained in:
Victor Stinner 2020-03-25 18:31:55 +01:00 committed by GitHub
parent 7668a8bc93
commit ace018ca47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View 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.