We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a9d96 commit 6b61fe9Copy full SHA for 6b61fe9
Doc/whatsnew/3.12.rst
@@ -1337,8 +1337,8 @@ Removed
1337
* Support for ``find_loader()`` and ``find_module()`` APIs have been
1338
removed. (Contributed by Barry Warsaw in :gh:`98040`.)
1339
1340
- * ``importlib.abc.Finder``, ``pkg.ImpImporter``, and ``pkg.ImpLoader`` have
1341
- 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`.)
1342
1343
* The :mod:`!imp` module has been removed. (Contributed by Barry Warsaw in
1344
:gh:`98040`.)
0 commit comments