summaryrefslogtreecommitdiff
path: root/Doc/library/formatter.rst
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-10-04 11:38:59 -0400
committerBrett Cannon <brett@python.org>2013-10-04 11:38:59 -0400
commit1448ecf470013cee63c0682f615c5256928dc6b0 (patch)
treebd8650fbd71fe3aee320e8be61f87b78893c3142 /Doc/library/formatter.rst
parentcc5d49e3daeeef7809dcc93a22f0e5185961185f (diff)
downloadcpython-git-1448ecf470013cee63c0682f615c5256928dc6b0.tar.gz
Issue #18716: Deprecate the formatter module
Diffstat (limited to 'Doc/library/formatter.rst')
-rw-r--r--Doc/library/formatter.rst4
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