commit | 96ef8115dd6ed006f5fc44fa1b577db23485224c | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Feb 01 00:10:11 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Feb 01 00:10:11 2003 +0000 |
tree | 542890a099c40a37a2be9368d011734301c26516 | |
parent | 506be287aabe4349956813407dace69dc8d38d36 [diff] [blame] |
Move itertools module from the sandbox and into production.
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index d1fd943..750d3ac 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex
@@ -125,6 +125,7 @@ \input{libheapq} \input{libarray} \input{libsets} +\input{libitertools} \input{libcfgparser} \input{libfileinput} \input{libxreadlines}