Added itertools module.

This commit is contained in:
Jack Jansen 2003-02-05 13:36:50 +00:00
parent b86a2e8036
commit 8d4f06a73a
3 changed files with 2 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -177,6 +177,7 @@ extern void init_locale();
extern void init_sre();
extern void initxreadlines();
extern void initzipimport();
extern void inititertools();
/* -- ADDMODULE MARKER 1 -- */
extern void PyMarshal_Init();
@ -301,6 +302,7 @@ struct _inittab _PyImport_Inittab[] = {
{"_sre", init_sre},
{"xreadlines", initxreadlines},
{"zipimport", initzipimport},
{"itertools", inititertools},
/* -- ADDMODULE MARKER 2 -- */
/* This module "lives in" with marshal.c */