8000
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 5dd3a3a commit 9546eeeCopy full SHA for 9546eee
Doc/deprecations/pending-removal-in-3.14.rst
@@ -78,7 +78,7 @@ Pending removal in Python 3.14
78
:meth:`~pathlib.PurePath.relative_to`: passing additional arguments is
79
deprecated.
80
81
-* :mod:`pkgutil`: :func:`!pkgutil.find_loader` and :func:!pkgutil.get_loader`
+* :mod:`pkgutil`: :func:`!pkgutil.find_loader` and :func:`!pkgutil.get_loader`
82
now raise :exc:`DeprecationWarning`;
83
use :func:`importlib.util.find_spec` instead.
84
(Contributed by Nikita Sobolev in :gh:`97850`.)
0 commit comments