From f8c05bb3a6f25224d7767561ec6a36a737e17779 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sat, 13 Jun 2020 13:55:56 -0700 Subject: [3.8] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20860) (cherry picked from commit dea3223740127ac13f984c1d38f127ab6701af44) Co-authored-by: Zackery Spytz Automerge-Triggered-By: @brettcannon --- Doc/library/imp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/imp.rst b/Doc/library/imp.rst index f5ad8c7..121a730 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 -- cgit v0.12