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

AlexWaygood webhook-mailer at python.org
Sun Jun 4 11:50:34 EDT 2023


https://github.com/python/cpython/commit/6b61fe90975b3693f51e257723716fe9c3090911
commit: 6b61fe90975b3693f51e257723716fe9c3090911
branch: 3.12
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: AlexWaygood <Alex.Waygood at Gmail.com>
date: 2023-06-04T16:50:27+01:00
summary:

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

Fix typo in Python 3.12 What's New (GH-105278)
(cherry picked from commit 9a90c9ace2ed878715107bf4ae39e5967d7c931f)

Co-authored-by: Shantanu <12621235+hauntsaninja at users.noreply.github.com>

files:
M Doc/whatsnew/3.12.rst

diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index 2966abe7eea5..3e8b866e6bfb 100644
--- a/Doc/whatsnew/3.12.rst
+++ b/Doc/whatsnew/3.12.rst
@@ -1337,8 +1337,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