From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 13 Jun 2020 20:56:10 +0000 (-0700) Subject: [3.7] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20861) X-Git-Tag: v3.7.8rc1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1ca0c530104bd1e9fa61c167f267e6ca58a798a;p=thirdparty%2FPython%2Fcpython.git [3.7] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20861) (cherry picked from commit dea3223740127ac13f984c1d38f127ab6701af44) Co-authored-by: Zackery Spytz Automerge-Triggered-By: @brettcannon --- diff --git a/Doc/library/imp.rst b/Doc/library/imp.rst index f5ad8c722964..121a730e0c9b 100644 --- a/Doc/library/imp.rst +++ b/Doc/library/imp.rst @@ -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