Kaydet (Commit) 8d4f06a7 authored tarafından Jack Jansen's avatar Jack Jansen

Added itertools module.

üst b86a2e80
...@@ -177,6 +177,7 @@ extern void init_locale(); ...@@ -177,6 +177,7 @@ extern void init_locale();
extern void init_sre(); extern void init_sre();
extern void initxreadlines(); extern void initxreadlines();
extern void initzipimport(); extern void initzipimport();
extern void inititertools();
/* -- ADDMODULE MARKER 1 -- */ /* -- ADDMODULE MARKER 1 -- */
extern void PyMarshal_Init(); extern void PyMarshal_Init();
...@@ -301,6 +302,7 @@ struct _inittab _PyImport_Inittab[] = { ...@@ -301,6 +302,7 @@ struct _inittab _PyImport_Inittab[] = {
{"_sre", init_sre}, {"_sre", init_sre},
{"xreadlines", initxreadlines}, {"xreadlines", initxreadlines},
{"zipimport", initzipimport}, {"zipimport", initzipimport},
{"itertools", inititertools},
/* -- ADDMODULE MARKER 2 -- */ /* -- ADDMODULE MARKER 2 -- */
/* This module "lives in" with marshal.c */ /* This module "lives in" with marshal.c */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment