Skip to content

Commit

Permalink
gh-98040: Remove just the imp module (#98573)
Browse files Browse the repository at this point in the history
  • Loading branch information
warsaw authored Apr 28, 2023
1 parent 79b9db9 commit e1f1464
Show file tree
Hide file tree
Showing 24 changed files with 41 additions and 1,538 deletions.
2 changes: 2 additions & 0 deletions Doc/c-api/import.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ Importing Modules
.. versionchanged:: 3.3
Uses :func:`imp.source_from_cache()` in calculating the source path if
only the bytecode path is provided.
.. versionchanged:: 3.12
No longer uses the removed ``imp`` module.
.. c:function:: long PyImport_GetMagicNumber()
Expand Down
1 change: 0 additions & 1 deletion Doc/library/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1987,7 +1987,6 @@ are always available. They are listed here in alphabetical order.

.. index::
statement: import
module: imp

.. note::

Expand Down
Loading

0 comments on commit e1f1464

Please sign in to comment.