Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6b61fe9

Browse filesBrowse files
[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 9a90c9a) Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
1 parent c7a9d96 commit 6b61fe9
Copy full SHA for 6b61fe9

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎Doc/whatsnew/3.12.rst

Copy file name to clipboardExpand all lines: Doc/whatsnew/3.12.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,8 +1337,8 @@ Removed
13371337
* Support for ``find_loader()`` and ``find_module()`` APIs have been
13381338
removed. (Contributed by Barry Warsaw in :gh:`98040`.)
13391339

1340-
* ``importlib.abc.Finder``, ``pkg.ImpImporter``, and ``pkg.ImpLoader`` have
1341-
been removed. (Contributed by Barry Warsaw in :gh:`98040`.)
1340+
* ``importlib.abc.Finder``, ``pkgutil.ImpImporter``, and ``pkgutil.ImpLoader``
1341+
have been removed. (Contributed by Barry Warsaw in :gh:`98040`.)
13421342

13431343
* The :mod:`!imp` module has been removed. (Contributed by Barry Warsaw in
13441344
:gh:`98040`.)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.