[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:
Miss Islington (bot) 2020-06-13 13:55:38 -07:00 committed by GitHub
parent f1534d0840
commit bda4cc82de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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