diff options
Diffstat (limited to 'Doc/library/fpformat.rst')
-rw-r--r-- | Doc/library/fpformat.rst | 5 |
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> |