[Python-Dev] Re: anonymous blocks
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue Apr 26 14:36:26 CEST 2005
Brett C. wrote:
> It executes the body, calling next() on the argument
> name on each time through until the iteration stops.
But that's no good, because (1) it mentions next(),
which should be an implementation detail, and (2)
it talks about iteration, when most of the time
the high-level intent has nothing to do with iteration.
In other words, this is too low a level of explanation.
Greg
More information about the Python-Dev
mailing list