summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-10 22:11:45 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-10 22:11:45 (GMT)
commitfe5985188d76b56e1c61736055f2e8854e44d6cd (patch)
tree0da55d00c96acd3238a8535819c55bffeeed8f4a /Doc
parente35a3a1d6b5c8a48f98bd8be529a0a24e1cb151f (diff)
downloadcpython-fe5985188d76b56e1c61736055f2e8854e44d6cd.zip
cpython-fe5985188d76b56e1c61736055f2e8854e44d6cd.tar.gz
cpython-fe5985188d76b56e1c61736055f2e8854e44d6cd.tar.bz2
Deprecate the fpformat module for removal in 3.0.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/fpformat.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/fpformat.rst b/Doc/library/fpformat.rst
index 6627c81..e82e164 100644
--- a/Doc/library/fpformat.rst
+++ b/Doc/library/fpformat.rst
@@ -4,6 +4,11 @@
.. module:: fpformat
:synopsis: General floating point formatting functions.
+ :deprecated:
+
+.. deprecated:: 2.6
+ The fpformat module has been removed in Python 3.0.
+
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>