mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
Added Python 3.0 warning to cPickle.
This commit is contained in:
parent
ea0b22a167
commit
3c4971c40e
2 changed files with 7 additions and 1 deletions
|
@ -155,7 +155,7 @@ class TestStdlibRemovals(unittest.TestCase):
|
|||
'sunos5' : ('sunaudiodev', 'SUNAUDIODEV'),
|
||||
}
|
||||
optional_modules = ('bsddb185', 'Canvas', 'dl', 'linuxaudiodev', 'imageop',
|
||||
'sv')
|
||||
'sv', 'cPickle')
|
||||
|
||||
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