From: Zackery Spytz Date: Sat, 13 Jun 2020 17:35:08 +0000 (-0600) Subject: bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) X-Git-Tag: v3.10.0a1~630 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dea3223740127ac13f984c1d38f127ab6701af44;p=thirdparty%2FPython%2Fcpython.git bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) --- 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