summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_py3kwarn.py
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2008-05-16 19:14:31 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2008-05-16 19:14:31 (GMT)
commit3c4971c40eb97ac69a49ab53d04b22b9d80c0ef9 (patch)
tree7b245640d8d267c17f87d8638d5595a659aa7038 /Lib/test/test_py3kwarn.py
parentea0b22a167f25deaf170da2c321fbd9d64af1ab3 (diff)
downloadcpython-3c4971c40eb97ac69a49ab53d04b22b9d80c0ef9.zip
cpython-3c4971c40eb97ac69a49ab53d04b22b9d80c0ef9.tar.gz
cpython-3c4971c40eb97ac69a49ab53d04b22b9d80c0ef9.tar.bz2
Added Python 3.0 warning to cPickle.
Diffstat (limited to 'Lib/test/test_py3kwarn.py')
-rw-r--r--Lib/test/test_py3kwarn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py
index c6160da..2c8f509 100644
--- a/Lib/test/test_py3kwarn.py
+++ b/Lib/test/test_py3kwarn.py
@@ -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