mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Deprecate Bastion and rexec for 3.0.
This commit is contained in:
parent
ccdf9081b7
commit
4c1f881f13
5 changed files with 17 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue