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 remi.lapeyre
Recipients nullfact0r, remi.lapeyre, rhettinger
Date 2020-06-24.20:18:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593029921.56.0.44467343047.issue41107@roundup.psfhosted.org>
In-reply-to
Content
I don't think something so obvious can be added, if you want a one liner you can write:

for e in iterable: f(e)

I think it would go in itertools if it were accepted.
History
Date User Action Args
2020-06-24 20:18:41remi.lapeyresetrecipients: + remi.lapeyre, rhettinger, nullfact0r
2020-06-24 20:18:41remi.lapeyresetmessageid: <1593029921.56.0.44467343047.issue41107@roundup.psfhosted.org>
2020-06-24 20:18:41remi.lapeyrelinkissue41107 messages
2020-06-24 20:18:41remi.lapeyrecreate