mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
gh-98040: Remove just the imp module (#98573)
This commit is contained in:
parent
79b9db9295
commit
e1f14643dc
24 changed files with 40 additions and 1537 deletions
|
|
@ -1077,4 +1077,5 @@ methods to finders and loaders.
|
|||
.. [#fnpic] In legacy code, it is possible to find instances of
|
||||
:class:`imp.NullImporter` in the :data:`sys.path_importer_cache`. It
|
||||
is recommended that code be changed to use ``None`` instead. See
|
||||
:ref:`portingpythoncode` for more details.
|
||||
:ref:`portingpythoncode` for more details. Note that the ``imp`` module
|
||||
was removed in Python 3.12.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue