This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
d15a9427e8
cpython
/
Lib
/
dos-8x3
/
test_cpi.py
6 lines
89 B
Python
Raw
Normal View
History
Unescape
Escape
The usual
1999-04-08 17:27:54 -03:00
# Test the cPickle module
import
cPickle
The Usual
2000-09-26 14:32:27 -03:00
import
test_pickle
test_pickle
.
dotest
(
cPickle
)