summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
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 86b8f84..17445d5 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.