Guido van Rossum <gu...@python.org> added the comment:

I think all of these are good.

Perhaps with a small change the for-loop example can allow an elegant way of 
iterating over multiple iterables. It would need a special case so that `for x 
in *a, *b:` doesn't first construct a tuple of all elements in a and b. 
Thoughts?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34508>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to