cpython: 30013dbb5bc2 (original) (raw)

Mercurial > cpython

changeset 88524:30013dbb5bc2

Issues #20194,20195: Add missing :deprecated: markers to some module docs. [#20194]

Brett Cannon brett@python.org
date Fri, 17 Jan 2014 12:06:28 -0500
parents 863b8e71cfee
children b62e881129a5
files Doc/library/formatter.rst Doc/library/imp.rst
diffstat 2 files changed, 5 insertions(+), 4 deletions(-)[+] [-] Doc/library/formatter.rst 1 Doc/library/imp.rst 8

line wrap: on

line diff

--- a/Doc/library/formatter.rst +++ b/Doc/library/formatter.rst @@ -3,6 +3,7 @@ .. module:: formatter :synopsis: Generic output formatter and device interface.

.. deprecated:: 3.4 Due to lack of usage, the formatter module has been deprecated and is slated

--- a/Doc/library/imp.rst +++ b/Doc/library/imp.rst @@ -1,13 +1,13 @@ :mod:imp --- Access the :ref:import <importsystem> internals ================================================================ +.. module:: imp

.. deprecated:: 3.4 The :mod:imp package is pending deprecation in favor of :mod:importlib. -.. module:: imp

- .. index:: statement: import This module provides an interface to the mechanisms used to implement the