repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
struct.pack has become picky about h (short) and H (unsigned short).
[python/dscho.git]
/
Lib
/
test
/
test_cpickle.py
blob
f2aa0feee35a8eda0d3326d7a2e7d49a0e09bd00
1
# Test the cPickle module
2
3
import
cPickle
4
import
test_pickle
5
test_pickle
.
dotest
(
cPickle
)