commit | fe5985188d76b56e1c61736055f2e8854e44d6cd | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat May 10 22:11:45 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat May 10 22:11:45 2008 +0000 |
tree | 0da55d00c96acd3238a8535819c55bffeeed8f4a | |
parent | e35a3a1d6b5c8a48f98bd8be529a0a24e1cb151f [diff] [blame] |
Deprecate the fpformat module for removal in 3.0.
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>