cPickle was removed

This commit is contained in:
Neal Norwitz 2007-08-24 02:51:04 +00:00
parent 15d3d04547
commit 9cfc62c44f
9 changed files with 1 additions and 21 deletions

View file

@ -350,9 +350,8 @@ _symtable symtablemodule.c
# Fred Drake's interface to the Python parser
#parser parsermodule.c
# cStringIO and cPickle
# cStringIO
#cStringIO cStringIO.c
#cPickle cPickle.c
# Lee Busby's SIGFPE modules.