summaryrefslogtreecommitdiffstats
path: root/Misc
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 /Misc
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 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c783d27..c1a3038 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,8 @@ Extension Modules
Library
-------
+- The fpformat module has been deprecated for removal in Python 3.0.
+
- The dl module has been deprecated for removal in Python 3.0.
- The Canvas module has been deprecated for removal in Python 3.0.