We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce558e6 commit 9a90c9aCopy full SHA for 9a90c9a
Doc/whatsnew/3.12.rst
@@ -1362,8 +1362,8 @@ Removed
1362
* Support for ``find_loader()`` and ``find_module()`` APIs have been
1363
removed. (Contributed by Barry Warsaw in :gh:`98040`.)
1364
1365
- * ``importlib.abc.Finder``, ``pkg.ImpImporter``, and ``pkg.ImpLoader`` have
1366
- been removed. (Contributed by Barry Warsaw in :gh:`98040`.)
+ * ``importlib.abc.Finder``, ``pkgutil.ImpImporter``, and ``pkgutil.ImpLoader``
+ have been removed. (Contributed by Barry Warsaw in :gh:`98040`.)
1367
1368
* The :mod:`!imp` module has been removed. (Contributed by Barry Warsaw in
1369
:gh:`98040`.)
0 commit comments