Deprecate Bastion and rexec for 3.0.

This commit is contained in:
Brett Cannon 2008-05-10 02:27:04 +00:00
parent ccdf9081b7
commit 4c1f881f13
5 changed files with 17 additions and 2 deletions

View file

@ -128,7 +128,8 @@ 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')
all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new', 'rexec',
'Bastion')
inclusive_platforms = {'irix':('pure',)}
def check_removal(self, module_name, optional=False):