bpo-37674: Tweak imp module deprecation note in the docs (GH-20480)

This commit is contained in:
Zackery Spytz 2020-06-13 11:35:08 -06:00 committed by GitHub
parent 9db5b8d448
commit dea3223740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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