Issues #20194,20195: Add missing :deprecated: markers to some module

docs.
This commit is contained in:
Brett Cannon 2014-01-17 12:06:28 -05:00
parent f0996a9970
commit 24f60b4616
2 changed files with 4 additions and 3 deletions

View 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

View 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