]> granicus.if.org Git - python/commitdiff
Issues #20194,20195: Add missing :deprecated: markers to some module
authorBrett Cannon <brett@python.org>
Fri, 17 Jan 2014 17:06:28 +0000 (12:06 -0500)
committerBrett Cannon <brett@python.org>
Fri, 17 Jan 2014 17:06:28 +0000 (12:06 -0500)
docs.

Doc/library/formatter.rst
Doc/library/imp.rst

index bdc9e7b0e0406513deea2e0f5589660c903d2a52..1847a8094b83fdd0dcea5a9a8b0467711244f1b3 100644 (file)
@@ -3,6 +3,7 @@
 
 .. module:: formatter
    :synopsis: Generic output formatter and device interface.
+   :deprecated:
 
 .. deprecated:: 3.4
    Due to lack of usage, the formatter module has been deprecated and is slated
index ee02c3f29f6385e5ee09d2e477948032f0b73f8e..8f0b79f332066f62605ffb0bfc16f096c3f55188 100644 (file)
@@ -1,12 +1,12 @@
 :mod:`imp` --- Access the :ref:`import <importsystem>` internals
 ================================================================
 
-.. deprecated:: 3.4
-   The :mod:`imp` package is pending deprecation in favor of :mod:`importlib`.
-
 .. module:: imp
    :synopsis: Access the implementation of the import statement.
+   :deprecated:
 
+.. deprecated:: 3.4
+   The :mod:`imp` package is pending deprecation in favor of :mod:`importlib`.
 
 .. index:: statement: import