This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients benjamin.peterson, gvanrossum, mark.dickinson, serhiy.storchaka
Date 2018-08-28.15:25:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535469917.28.0.56676864532.issue34508@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2018-08-28 15:25:17gvanrossumsetrecipients: + gvanrossum, mark.dickinson, benjamin.peterson, serhiy.storchaka
2018-08-28 15:25:17gvanrossumsetmessageid: <1535469917.28.0.56676864532.issue34508@psf.upfronthosting.co.za>
2018-08-28 15:25:17gvanrossumlinkissue34508 messages
2018-08-28 15:25:17gvanrossumcreate