struct.pack has become picky about h (short) and H (unsigned short).
[python/dscho.git] / Lib / test / test_cpickle.py
blobf2aa0feee35a8eda0d3326d7a2e7d49a0e09bd00
1 # Test the cPickle module
3 import cPickle
4 import test_pickle
5 test_pickle.dotest(cPickle)