]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.8] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20860)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 13 Jun 2020 20:55:56 +0000 (13:55 -0700)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2020 20:55:56 +0000 (13:55 -0700)
(cherry picked from commit dea3223740127ac13f984c1d38f127ab6701af44)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Automerge-Triggered-By: @brettcannon
Doc/library/imp.rst

index f5ad8c7229644fc93e97acbd7fd05846b6fc5fd8..121a730e0c9b4a4f0d82e4ca9b6cbcc813018443 100644 (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