summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-06-10 15:50:56 (GMT)
committerGeorg Brandl <georg@python.org>2008-06-10 15:50:56 (GMT)
commit0312494665ba9a6492956183c181e1b87e10820d (patch)
treef5965d4f17e7d075661728a5f25e608e32bd5f62 /Modules
parentb1ef6735ba175d243b3bb8d7f46c53ffbecfb7bd (diff)
downloadcpython-0312494665ba9a6492956183c181e1b87e10820d.zip
cpython-0312494665ba9a6492956183c181e1b87e10820d.tar.gz
cpython-0312494665ba9a6492956183c181e1b87e10820d.tar.bz2
Remove last traces of cStringIO.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Setup.dist3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 88c85b5..a790556 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -339,9 +339,6 @@ _symtable symtablemodule.c
# Fred Drake's interface to the Python parser
#parser parsermodule.c
-# cStringIO
-#cStringIO cStringIO.c
-
# Lee Busby's SIGFPE modules.
# The library to link fpectl with is platform specific.