mirror of
https://github.com/python/cpython.git
synced 2025-11-08 21:52:45 +00:00
Issues #20194,20195: Add missing :deprecated: markers to some module
docs.
This commit is contained in:
parent
f0996a9970
commit
24f60b4616
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
: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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue