diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-10 22:11:45 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-10 22:11:45 +0000 |
commit | fe5985188d76b56e1c61736055f2e8854e44d6cd (patch) | |
tree | 0da55d00c96acd3238a8535819c55bffeeed8f4a /Lib/test/test_py3kwarn.py | |
parent | e35a3a1d6b5c8a48f98bd8be529a0a24e1cb151f (diff) | |
download | cpython-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.py | 2 |
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') |