[Python-checkins] [3.8] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20860)

Miss Islington (bot) webhook-mailer at python.org
Sat Jun 13 16:56:00 EDT 2020


https://github.com/python/cpython/commit/f8c05bb3a6f25224d7767561ec6a36a737e17779
commit: f8c05bb3a6f25224d7767561ec6a36a737e17779
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-06-13T13:55:56-07:00
summary:

[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 <zspytz at gmail.com>

Automerge-Triggered-By: @brettcannon

files:
M Doc/library/imp.rst

diff --git a/Doc/library/imp.rst b/Doc/library/imp.rst
index f5ad8c7229644..121a730e0c9b4 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
 



More information about the Python-checkins mailing list