Add entries for cStringIO and cPickle

This commit is contained in:
Guido van Rossum 1997-01-11 19:29:30 +00:00
parent f22d7e2c69
commit ee88ff9d05
1 changed files with 3 additions and 0 deletions

View 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