diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-05-03 13:13:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-03 13:13:03 (GMT) |
commit | 423d7faeb37b6c13b3ebbf9255165fefc651983e (patch) | |
tree | 296b83388ef4208334f24d277ce3cbe5ebb7774c /Doc/whatsnew/3.11.rst | |
parent | 8b03e5ff94d494109a84a106c1471175d42dd8fe (diff) | |
download | cpython-423d7faeb37b6c13b3ebbf9255165fefc651983e.zip cpython-423d7faeb37b6c13b3ebbf9255165fefc651983e.tar.gz cpython-423d7faeb37b6c13b3ebbf9255165fefc651983e.tar.bz2 |
GH-97850: Suppress cross-references to removed ``importlib.util`` functions (#104134)
`importlib.utils` -> `importlib.util` in a few places
---------
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Doc/whatsnew/3.11.rst')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 7d3639f..7a479c6 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -1889,7 +1889,7 @@ C APIs pending removal are * :meth:`!importlib.machinery.FrozenLoader.module_repr` * :meth:`!importlib.machinery.PathFinder.find_module` * :meth:`!importlib.machinery.WindowsRegistryFinder.find_module` -* :func:`importlib.util.module_for_loader` +* :func:`!importlib.util.module_for_loader` * :func:`!importlib.util.set_loader_wrapper` * :func:`!importlib.util.set_package_wrapper` * :class:`!pkgutil.ImpImporter` |