summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-01-11 19:29:30 (GMT)
committerGuido van Rossum <guido@python.org>1997-01-11 19:29:30 (GMT)
commitee88ff9d057a1d087606e164875599a1f0f6e42a (patch)
treef6a437dfa37926de58cd0ebaf47aad7747b1e407 /Modules/Setup.in
parentf22d7e2c69f9095edc2703483ec11a3b7ff931f5 (diff)
downloadcpython-ee88ff9d057a1d087606e164875599a1f0f6e42a.zip
cpython-ee88ff9d057a1d087606e164875599a1f0f6e42a.tar.gz
cpython-ee88ff9d057a1d087606e164875599a1f0f6e42a.tar.bz2
Add entries for cStringIO and cPickle
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r--Modules/Setup.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index 1097378..7bc5906 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -312,6 +312,9 @@ binascii binascii.c
# Fred Drake's interface to the Python parser
parser parsermodule.c
+# Digital Creations' cStringIO and cPickle
+cStringIO cStringIO.c
+cPickle cPickle.c
# Example -- included for reference only:
# xx xxmodule.c