summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-04-17 22:50:12 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-04-17 22:50:12 (GMT)
commit33a3c50db58f5075b8860dc4d3bf6cf7a0165dd2 (patch)
tree67041dac44246f2cbdcfd83b8f4d85429f19e053 /Doc/library
parent170ca6f84b45f0377e902459cf5f76532c5f3e6b (diff)
downloadcpython-33a3c50db58f5075b8860dc4d3bf6cf7a0165dd2.zip
cpython-33a3c50db58f5075b8860dc4d3bf6cf7a0165dd2.tar.gz
cpython-33a3c50db58f5075b8860dc4d3bf6cf7a0165dd2.tar.bz2
#17135: mark imp as deprecated as of 3.4.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/imp.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/library/imp.rst b/Doc/library/imp.rst
index 60d0105..e090e00 100644
--- a/Doc/library/imp.rst
+++ b/Doc/library/imp.rst
@@ -1,5 +1,8 @@
-:mod:`imp` --- Access the :keyword:`import` internals
-=====================================================
+:mod:`imp` --- Access the :ref:`import <importsystem>` internals
+================================================================
+
+.. deprecated:: 3.4
+ The :mod:`imp` package has been deprecated in favor of :mod:`importlib`.
.. module:: imp
:synopsis: Access the implementation of the import statement.