]> granicus.if.org Git - python/commitdiff
#17135: mark imp as deprecated as of 3.4.
authorR David Murray <rdmurray@bitdance.com>
Wed, 17 Apr 2013 22:50:12 +0000 (18:50 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 17 Apr 2013 22:50:12 +0000 (18:50 -0400)
Doc/library/imp.rst

index 60d01055b797e397621b5b1a7afcd4d37c7c5e0c..e090e000011daf4f5f6b7ccc813e4d8aa02fc7f7 100644 (file)
@@ -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.