mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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
|
||||
: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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue