# HG changeset patch # User ktran13 # Date 1365281167 14400 # Node ID 746ce18d4c5c817ecc001996dc0523939b5bace3 # Parent f9cef55409e8a67e334220cfc788e836a9126735 Fix for Bug #17135 diff -r f9cef55409e8 -r 746ce18d4c5c Doc/library/imp.rst --- a/Doc/library/imp.rst Sat Apr 06 15:18:15 2013 -0400 +++ b/Doc/library/imp.rst Sat Apr 06 16:46:07 2013 -0400 @@ -1,6 +1,9 @@ :mod:`imp` --- Access the :keyword:`import` internals ===================================================== +.. deprecated:: 2.7 + The :mod:`imp` package has been deprecated in favor of :mod:`importlib`. + .. module:: imp :synopsis: Access the implementation of the import statement.