From 33a3c50db58f5075b8860dc4d3bf6cf7a0165dd2 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Wed, 17 Apr 2013 18:50:12 -0400 Subject: #17135: mark imp as deprecated as of 3.4. --- Doc/library/imp.rst | 7 +++++-- 1 file 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 ` 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. -- cgit v0.12