[New-bugs-announce] [issue24195] Add `Executor.filter`

Ram Rachum report at bugs.python.org
Thu May 14 23:26:42 CEST 2015


New submission from Ram Rachum:

`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.

----------
components: Library (Lib)
files: 1.patch
keywords: patch
messages: 243217
nosy: cool-RR
priority: normal
severity: normal
status: open
title: Add `Executor.filter`
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file39373/1.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24195>
_______________________________________


More information about the New-bugs-announce mailing list