mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
[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 9a90c9ace2
)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
This commit is contained in:
parent
c7a9d96a25
commit
6b61fe9097
1 changed files with 2 additions and 2 deletions
|
@ -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`.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue