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>.
This commit is contained in:
Tim Peters 2003-01-27 18:51:48 +00:00
parent 40e1ce4d73
commit 8ecfc8ef9d
3 changed files with 1803 additions and 2 deletions

View file

@ -0,0 +1,3 @@
import pickletools
from test import test_support
test_support.run_doctest(pickletools)