mirror of
https://github.com/python/cpython.git
synced 2025-11-13 23:46:24 +00:00
Fix typo in Python 3.12 What's New (#105278)
This commit is contained in:
parent
ce558e69d4
commit
9a90c9ace2
1 changed files with 2 additions and 2 deletions
|
|
@ -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`.)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue