New batch of patches by Jeff Rush; moved his readme.txt portion here.

This commit is contained in:
Guido van Rossum 1997-12-05 22:07:14 +00:00
parent cee1dca4e7
commit a34c31352b
5 changed files with 148 additions and 13 deletions

View file

@ -63,6 +63,7 @@ extern void inittime();
extern void initthread();
extern void initcStringIO();
extern void initcPickle();
extern void initpcre();
#ifdef WIN32
extern void initmsvcrt();
#endif
@ -113,6 +114,7 @@ struct _inittab _PyImport_Inittab[] = {
#endif
{"cStringIO", initcStringIO},
{"cPickle", initcPickle},
{"pcre", initpcre},
#ifdef WIN32
{"msvcrt", initmsvcrt},
#endif