mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Deprecate the sv module as per PEP 4.
This commit is contained in:
parent
43e5ef49b1
commit
ac861b5a17
4 changed files with 10 additions and 1 deletions
|
@ -132,7 +132,8 @@ class TestStdlibRemovals(unittest.TestCase):
|
|||
'Bastion', 'compiler', 'dircache', 'fpformat',
|
||||
'ihooks', 'mhlib')
|
||||
inclusive_platforms = {'irix':('pure',)}
|
||||
optional_modules = ('bsddb185', 'Canvas', 'dl', 'linuxaudiodev', 'imageop')
|
||||
optional_modules = ('bsddb185', 'Canvas', 'dl', 'linuxaudiodev', 'imageop',
|
||||
'sv')
|
||||
|
||||
def check_removal(self, module_name, optional=False):
|
||||
"""Make sure the specified module, when imported, raises a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue