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 nullfact0r
Recipients nullfact0r
Date 2020-06-24.19:44:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593027878.48.0.698199601313.issue41107@roundup.psfhosted.org>
In-reply-to
Content
I suggest adding a function which behaves like map but without returning anything to iterate over a generator.

This is useful in cases where you need to run a function on every element in a list without unnecessarily creating a generator object like map would. 

I think given the existence of the map function that this should be added to Python.
History
Date User Action Args
2020-06-24 19:44:38nullfact0rsetrecipients: + nullfact0r
2020-06-24 19:44:38nullfact0rsetmessageid: <1593027878.48.0.698199601313.issue41107@roundup.psfhosted.org>
2020-06-24 19:44:38nullfact0rlinkissue41107 messages
2020-06-24 19:44:38nullfact0rcreate