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
Date 2020-06-24.20:09:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593029340.27.0.399725069137.issue41107@roundup.psfhosted.org>
In-reply-to
Content
If I'm understanding correctly you want:

def xmap(f, iterable):
    for e in iterable:
        f(e)


Is that correct?
History
Date User Action Args
2020-06-24 20:09:00remi.lapeyresetrecipients: + remi.lapeyre, nullfact0r
2020-06-24 20:09:00remi.lapeyresetmessageid: <1593029340.27.0.399725069137.issue41107@roundup.psfhosted.org>
2020-06-24 20:09:00remi.lapeyrelinkissue41107 messages
2020-06-24 20:09:00remi.lapeyrecreate