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 <rep...@bugs.python.org>
<http://bugs.python.org/issue24195>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to