mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
bpo-40050: Rephrase NEWS entry (GH-19148)
This commit is contained in:
parent
7668a8bc93
commit
ace018ca47
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue