Commit 24f60b46 authored by Brett Cannon's avatar Brett Cannon

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

docs.
parent f0996a99
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
.. module:: formatter .. module:: formatter
:synopsis: Generic output formatter and device interface. :synopsis: Generic output formatter and device interface.
:deprecated:
.. deprecated:: 3.4 .. deprecated:: 3.4
Due to lack of usage, the formatter module has been deprecated and is slated Due to lack of usage, the formatter module has been deprecated and is slated
......
:mod:`imp` --- Access the :ref:`import <importsystem>` internals :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 .. module:: imp
:synopsis: Access the implementation of the import statement. :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 .. index:: statement: import
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment