bpo-40050: Rephrase NEWS entry (GH-19148)
This commit is contained in:
parent
7668a8bc93
commit
ace018ca47
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue