summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-08-24 02:51:04 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2007-08-24 02:51:04 +0000
commit9cfc62c44f6532b90ce3de700cff680644cb2df6 (patch)
tree2379a8a30dbc87ad14df83522295b3cba36b12da /Modules
parent15d3d045470dbd829bdc821d3d7f1efd35436538 (diff)
downloadcpython-git-9cfc62c44f6532b90ce3de700cff680644cb2df6.tar.gz
cPickle was removed
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Setup.dist3
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 86b8f842c0..17445d5db2 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -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.