]> granicus.if.org Git - python/commitdiff
Add entries for cStringIO and cPickle
authorGuido van Rossum <guido@python.org>
Sat, 11 Jan 1997 19:29:30 +0000 (19:29 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 11 Jan 1997 19:29:30 +0000 (19:29 +0000)
Modules/Setup.in

index 1097378083cbf4ebbb684ba4e86cacee8f90ef61..7bc59063fffdb28c40b496ce7fd6f0a21eeeb753 100644 (file)
@@ -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