From ee88ff9d057a1d087606e164875599a1f0f6e42a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 11 Jan 1997 19:29:30 +0000 Subject: [PATCH] Add entries for cStringIO and cPickle --- Modules/Setup.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Modules/Setup.in b/Modules/Setup.in index 1097378083..7bc59063ff 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 -- 2.50.1