Move itertools module from the sandbox and into production.

This commit is contained in:
Raymond Hettinger 2003-02-01 00:10:11 +00:00
parent 506be287aa
commit 96ef8115dd
8 changed files with 2027 additions and 0 deletions

View file

@ -125,6 +125,7 @@ and how to embed it in other applications.
\input{libheapq}
\input{libarray}
\input{libsets}
\input{libitertools}
\input{libcfgparser}
\input{libfileinput}
\input{libxreadlines}