mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
[3.9] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20859)
(cherry picked from commit dea3223740
)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Automerge-Triggered-By: @brettcannon
This commit is contained in:
parent
f1534d0840
commit
bda4cc82de
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
**Source code:** :source:`Lib/imp.py`
|
||||
|
||||
.. deprecated:: 3.4
|
||||
The :mod:`imp` package is pending deprecation in favor of :mod:`importlib`.
|
||||
The :mod:`imp` module is deprecated in favor of :mod:`importlib`.
|
||||
|
||||
.. index:: statement: import
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue