mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
Deprecate the fpformat module for removal in 3.0.
This commit is contained in:
parent
e35a3a1d6b
commit
fe5985188d
5 changed files with 14 additions and 3 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue