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 ezio.melotti, r.david.murray, youtux
Date 2015-01-07.02:09:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420596571.08.0.0758192389143.issue23179@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for wanting to contribute.  However, I don't see why this function would be beneficial.  As indicated by the patch, it is simply

  ''.join(str(map_function(x)) for x in iterable)

but without the inherent flexibility of the above formulation.  Which looks pretty Pythonic to my eyes :).

We often say "not every one line expression deserves to be a function."

But yes, python-ideas would be the appropriate forum to discuss such a thing.  This issue can be reopened if you get consensus that it is a valuable addition.
History
Date User Action Args
2015-01-07 02:09:31r.david.murraysetrecipients: + r.david.murray, ezio.melotti, youtux
2015-01-07 02:09:31r.david.murraysetmessageid: <1420596571.08.0.0758192389143.issue23179@psf.upfronthosting.co.za>
2015-01-07 02:09:30r.david.murraylinkissue23179 messages
2015-01-07 02:09:29r.david.murraycreate