summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/formatter.rst1
-rw-r--r--Doc/library/imp.rst6
2 files changed, 4 insertions, 3 deletions
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 <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