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 cool-RR
Recipients cool-RR
Date 2015-05-14.21:26:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431638802.0.0.167827013304.issue24195@psf.upfronthosting.co.za>
In-reply-to
Content
`Executor.filter` is to `filter` what `Executor.map` is to `map`.

See Python-ideas thread:

https://groups.google.com/forum/#!topic/python-ideas/EBOC5YCWPyo

Patch attached. I don't know how to run the Python test suite (I'm guessing it involves building Python and I don't know how to do that.) Please tell me whether the tests I wrote pass.

I'm guessing that other than that, the main thing missing in my patch is documentation. If there's agreement that this feature is desirable and the implementation is good, I'll be happy to write the docs. Let me know.
History
Date User Action Args
2015-05-14 21:26:42cool-RRsetrecipients: + cool-RR
2015-05-14 21:26:42cool-RRsetmessageid: <1431638802.0.0.167827013304.issue24195@psf.upfronthosting.co.za>
2015-05-14 21:26:41cool-RRlinkissue24195 messages
2015-05-14 21:26:41cool-RRcreate