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

This commit is contained in:
Shantanu 2023-06-04 08:42:00 -07:00 committed by GitHub
parent ce558e69d4
commit 9a90c9ace2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1362,8 +1362,8 @@ Removed
* Support for ``find_loader()`` and ``find_module()`` APIs have been * Support for ``find_loader()`` and ``find_module()`` APIs have been
removed. (Contributed by Barry Warsaw in :gh:`98040`.) removed. (Contributed by Barry Warsaw in :gh:`98040`.)
* ``importlib.abc.Finder``, ``pkg.ImpImporter``, and ``pkg.ImpLoader`` have * ``importlib.abc.Finder``, ``pkgutil.ImpImporter``, and ``pkgutil.ImpLoader``
been removed. (Contributed by Barry Warsaw in :gh:`98040`.) have been removed. (Contributed by Barry Warsaw in :gh:`98040`.)
* The :mod:`!imp` module has been removed. (Contributed by Barry Warsaw in * The :mod:`!imp` module has been removed. (Contributed by Barry Warsaw in
:gh:`98040`.) :gh:`98040`.)