From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Sun, 4 Jun 2023 15:42:00 +0000 (-0700) Subject: Fix typo in Python 3.12 What's New (#105278) X-Git-Tag: v3.13.0a1~1908 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a90c9ace2ed878715107bf4ae39e5967d7c931f;p=thirdparty%2FPython%2Fcpython.git Fix typo in Python 3.12 What's New (#105278) --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 49503acbd884..daae94950052 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -1362,8 +1362,8 @@ Removed * Support for ``find_loader()`` and ``find_module()`` APIs have been removed. (Contributed by Barry Warsaw in :gh:`98040`.) - * ``importlib.abc.Finder``, ``pkg.ImpImporter``, and ``pkg.ImpLoader`` have - 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`.) * The :mod:`!imp` module has been removed. (Contributed by Barry Warsaw in :gh:`98040`.)