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

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


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

[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 <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