diff options
author | Brett Cannon <brett@python.org> | 2013-10-04 11:38:59 -0400 |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2013-10-04 11:38:59 -0400 |
commit | 1448ecf470013cee63c0682f615c5256928dc6b0 (patch) | |
tree | bd8650fbd71fe3aee320e8be61f87b78893c3142 /Doc/library/formatter.rst | |
parent | cc5d49e3daeeef7809dcc93a22f0e5185961185f (diff) | |
download | cpython-git-1448ecf470013cee63c0682f615c5256928dc6b0.tar.gz |
Issue #18716: Deprecate the formatter module
Diffstat (limited to 'Doc/library/formatter.rst')
-rw-r--r-- | Doc/library/formatter.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/formatter.rst b/Doc/library/formatter.rst index 88be11c3c5..bdc9e7b0e0 100644 --- a/Doc/library/formatter.rst +++ b/Doc/library/formatter.rst @@ -4,6 +4,10 @@ .. 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 + for removal in Python 3.6. + This module supports two interface definitions, each with multiple implementations: The *formatter* interface, and the *writer* interface which is |