summaryrefslogtreecommitdiffstats
path: root/Doc/library/formatter.rst
diff options
context:
space:
mode:
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 88be11c..bdc9e7b 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