We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7668a8b commit ace018cCopy full SHA for ace018c
1 file changed
Misc/NEWS.d/next/Library/2020-03-24-16-17-20.bpo-40050.6GrOlz.rst
@@ -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`.
+Fix ``importlib._bootstrap_external``: avoid creating a new ``winreg`` builtin
+module if it's already available in :data:`sys.modules`, and remove redundant
+imports.
0 commit comments