diff options
author | Guido van Rossum <guido@python.org> | 1997-01-11 19:29:30 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-01-11 19:29:30 (GMT) |
commit | ee88ff9d057a1d087606e164875599a1f0f6e42a (patch) | |
tree | f6a437dfa37926de58cd0ebaf47aad7747b1e407 /Modules | |
parent | f22d7e2c69f9095edc2703483ec11a3b7ff931f5 (diff) | |
download | cpython-ee88ff9d057a1d087606e164875599a1f0f6e42a.zip cpython-ee88ff9d057a1d087606e164875599a1f0f6e42a.tar.gz cpython-ee88ff9d057a1d087606e164875599a1f0f6e42a.tar.bz2 |
Add entries for cStringIO and cPickle
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Setup.in | 3 |
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 |