From: R David Murray Date: Wed, 17 Apr 2013 22:50:12 +0000 (-0400) Subject: #17135: mark imp as deprecated as of 3.4. X-Git-Tag: v3.4.0a1~892 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33a3c50db58f5075b8860dc4d3bf6cf7a0165dd2;p=python #17135: mark imp as deprecated as of 3.4. --- diff --git a/Doc/library/imp.rst b/Doc/library/imp.rst index 60d01055b7..e090e00001 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 ` 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.