Skip to content

Commit

Permalink
[3.12] Fix typo in Python 3.12 What's New (GH-105278) (#105282)
Browse files Browse the repository at this point in the history
Fix typo in Python 3.12 What's New (GH-105278)
(cherry picked from commit 9a90c9a)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
  • Loading branch information
miss-islington and hauntsaninja committed Jun 4, 2023
1 parent c7a9d96 commit 6b61fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.)
Expand Down

0 comments on commit 6b61fe9

Please sign in to comment.