From 24f60b46168d6ebee74cd145cca16926e63506de Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 17 Jan 2014 12:06:28 -0500 Subject: Issues #20194,20195: Add missing :deprecated: markers to some module docs. --- Doc/library/formatter.rst | 1 + Doc/library/imp.rst | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Doc/library/formatter.rst b/Doc/library/formatter.rst index bdc9e7b..1847a80 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 ee02c3f..8f0b79f 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 -- cgit v0.12