[Python-checkins] python/dist/src/Lib/test test_pickletools.py,NONE,1.1

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 27 Jan 2003 10:51:50 -0800


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv14907/python/Lib/test

Added Files:
	test_pickletools.py 
Log Message:
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>.


--- NEW FILE: test_pickletools.py ---
import pickletools
from test import test_support
test_support.run_doctest(pickletools)