Reference the itertools module
This commit is contained in:
parent
49afb661db
commit
7c050568e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue