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 Mike.Drob
Recipients Mike.Drob
Date 2014-11-13.17:35:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415900127.9.0.960876191139.issue22864@psf.upfronthosting.co.za>
In-reply-to
Content
Being able to use a pool to easily run 'map' over an iterable is very powerful, but it would also be nice to run 'filter' (or potentially 'ifilter' or 'filter_async', in keeping with the patterns already present).
History
Date User Action Args
2014-11-13 17:35:27Mike.Drobsetrecipients: + Mike.Drob
2014-11-13 17:35:27Mike.Drobsetmessageid: <1415900127.9.0.960876191139.issue22864@psf.upfronthosting.co.za>
2014-11-13 17:35:27Mike.Droblinkissue22864 messages
2014-11-13 17:35:27Mike.Drobcreate