cpython/Lib/test/test_pickletools.py
Tim Peters 8ecfc8ef9d Moving pickletools.py from the sandbox into the std library. I started
this over the weekend, and it made faster & better progress than I
expected -- it's already useful <wink>.
2003-01-27 18:51:48 +00:00

4 lines
87 B
Python

import pickletools
from test import test_support
test_support.run_doctest(pickletools)