[Python-Dev] Summary of "dynamic attribute access" discussion

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Feb 14 03:14:00 CET 2007


skip at pobox.com wrote:

> Given that you have more uses of zip/izip maybe we should be discussion
> syntactic support for that instead. ;-)

I actually came up with an idea for that, slightly too
late to get considered in the original lockstep-iteration
debate:

   for (x in seq1, y in seq2):
     ...

--
Greg


More information about the Python-Dev mailing list