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 /Misc | |
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 'Misc')
-rw-r--r-- | Misc/NEWS.d/3.10.0a5.rst | 2 | ||||
-rw-r--r-- | Misc/NEWS.d/3.12.0a1.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS.d/3.10.0a5.rst b/Misc/NEWS.d/3.10.0a5.rst index 1c7c744..497e384 100644 --- a/Misc/NEWS.d/3.10.0a5.rst +++ b/Misc/NEWS.d/3.10.0a5.rst @@ -499,7 +499,7 @@ Araujo. .. nonce: HY2beA .. section: Documentation -Updated importlib.utils.resolve_name() doc to use __spec__.parent instead of +Updated importlib.util.resolve_name() doc to use __spec__.parent instead of __package__. (Thanks Yair Frid.) .. diff --git a/Misc/NEWS.d/3.12.0a1.rst b/Misc/NEWS.d/3.12.0a1.rst index 075e8da..ff5064f 100644 --- a/Misc/NEWS.d/3.12.0a1.rst +++ b/Misc/NEWS.d/3.12.0a1.rst @@ -2028,8 +2028,8 @@ resources. .. nonce: NzdREm .. section: Library -Remove deprecated :func:`importlib.utils.set_loader` and -:func:`importlib.utils.module_for_loader` from :mod:`importlib.utils`. +Remove deprecated :func:`!importlib.util.set_loader` and +:func:`!importlib.util.module_for_loader` from :mod:`importlib.util`. .. |