summaryrefslogtreecommitdiff
path: root/Lib/test/test_py3kwarn.py
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-10 22:11:45 +0000
committerBrett Cannon <bcannon@gmail.com>2008-05-10 22:11:45 +0000
commitfe5985188d76b56e1c61736055f2e8854e44d6cd (patch)
tree0da55d00c96acd3238a8535819c55bffeeed8f4a /Lib/test/test_py3kwarn.py
parente35a3a1d6b5c8a48f98bd8be529a0a24e1cb151f (diff)
downloadcpython-git-fe5985188d76b56e1c61736055f2e8854e44d6cd.tar.gz
Deprecate the fpformat module for removal in 3.0.
Diffstat (limited to 'Lib/test/test_py3kwarn.py')
-rw-r--r--Lib/test/test_py3kwarn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py
index 30f1668f5f..8c3c857fdd 100644
--- a/Lib/test/test_py3kwarn.py
+++ b/Lib/test/test_py3kwarn.py
@@ -129,7 +129,7 @@ class TestStdlibRemovals(unittest.TestCase):
# test.testall not tested as it executes all unit tests as an
# import side-effect.
all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new', 'rexec',
- 'Bastion', 'compiler', 'dircache')
+ 'Bastion', 'compiler', 'dircache', 'fpformat')
inclusive_platforms = {'irix':('pure',)}
# XXX Don't know if lib-tk is only installed if _tkinter is built.
optional_modules = ('bsddb185', 'Canvas', 'dl')