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 r.david.murray
Recipients docs@python, mwilliamson, r.david.murray
Date 2014-08-10.15:13:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407683591.89.0.52787124874.issue22180@psf.upfronthosting.co.za>
In-reply-to
Content
Heh.  There was a discussion in issue 22106 about valid examples for using 'pass'.  This case is analogous to the one I came up with.

  for x in map(...):
     pass

that avoids building a list.

Not that any of it is idiomatic, as you say.
History
Date User Action Args
2014-08-10 15:13:11r.david.murraysetrecipients: + r.david.murray, docs@python, mwilliamson
2014-08-10 15:13:11r.david.murraysetmessageid: <1407683591.89.0.52787124874.issue22180@psf.upfronthosting.co.za>
2014-08-10 15:13:11r.david.murraylinkissue22180 messages
2014-08-10 15:13:11r.david.murraycreate