[Python-checkins] Fix typo in Python 3.12 What's New (#105278)

AlexWaygood webhook-mailer at python.org
Sun Jun 4 11:42:10 EDT 2023


https://github.com/python/cpython/commit/9a90c9ace2ed878715107bf4ae39e5967d7c931f
commit: 9a90c9ace2ed878715107bf4ae39e5967d7c931f
branch: main
author: Shantanu <12621235+hauntsaninja at users.noreply.github.com>
committer: AlexWaygood <Alex.Waygood at Gmail.com>
date: 2023-06-04T16:42:00+01:00
summary:

Fix typo in Python 3.12 What's New (#105278)

files:
M Doc/whatsnew/3.12.rst

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`.)



More information about the Python-checkins mailing list