From: Brett Cannon Date: Fri, 17 Jan 2014 17:06:28 +0000 (-0500) Subject: Issues #20194,20195: Add missing :deprecated: markers to some module X-Git-Tag: v3.4.0b3~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24f60b46168d6ebee74cd145cca16926e63506de;p=python Issues #20194,20195: Add missing :deprecated: markers to some module docs. --- diff --git a/Doc/library/formatter.rst b/Doc/library/formatter.rst index bdc9e7b0e0..1847a8094b 100644 --- a/Doc/library/formatter.rst +++ b/Doc/library/formatter.rst @@ -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 diff --git a/Doc/library/imp.rst b/Doc/library/imp.rst index ee02c3f29f..8f0b79f332 100644 --- a/Doc/library/imp.rst +++ b/Doc/library/imp.rst @@ -1,12 +1,12 @@ :mod:`imp` --- Access the :ref:`import ` 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