mirror of
https://github.com/python/cpython.git
synced 2024-12-14 20:34:12 +08:00
8ecfc8ef9d
this over the weekend, and it made faster & better progress than I expected -- it's already useful <wink>.
4 lines
87 B
Python
4 lines
87 B
Python
import pickletools
|
|
from test import test_support
|
|
test_support.run_doctest(pickletools)
|