commit | ee88ff9d057a1d087606e164875599a1f0f6e42a | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sat Jan 11 19:29:30 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Sat Jan 11 19:29:30 1997 +0000 |
tree | f6a437dfa37926de58cd0ebaf47aad7747b1e407 | |
parent | f22d7e2c69f9095edc2703483ec11a3b7ff931f5 [diff] |
Add entries for cStringIO and cPickle
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 @@ # 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