Skip to content

Commit ace018c

Browse files
authored
bpo-40050: Rephrase NEWS entry (GH-19148)
1 parent 7668a8b commit ace018c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Fix ``importlib._bootstrap_external``. Remove two unused imports importlib:
2-
``_thread`` and ``_weakref``. Avoid creating a new ``winreg`` builtin module if
3-
it's already available in :data:`sys.modules`.
1+
Fix ``importlib._bootstrap_external``: avoid creating a new ``winreg`` builtin
2+
module if it's already available in :data:`sys.modules`, and remove redundant
3+
imports.

0 commit comments

Comments
 (0)