Reference the itertools module

This commit is contained in:
Raymond Hettinger 2003-03-21 19:57:09 +00:00
parent 49afb661db
commit 7c050568e2
1 changed files with 3 additions and 3 deletions

View File

@ -171,9 +171,9 @@ Specification for a new built-in:
everyday programming which does not otherwise involve explicit
use of generators.
Though withdrawn from the proposal, I still secretly covet
xzip() a.k.a. iterzip() but think that it will happen on its
own someday.
This proposal originally included another function iterzip().
That was subsequently implemented as the izip() function in
the itertools module.
References