[New-bugs-announce] [issue28593] Inconsistent itertools' predicate behaviour

Francisco Couzo report at bugs.python.org
Wed Nov 2 22:38:15 EDT 2016


New submission from Francisco Couzo:

As per Terry's recommendation https://mail.python.org/pipermail/python-dev/2016-November/146791.html

Currently some functions in itertools (dropwhile and takewhile), don't accept None as a predicate, but filterfalse and groupby do.

I'd like your input, and I'm interested in writing a patch.

----------
messages: 279960
nosy: franciscouzo, rhettinger
priority: normal
severity: normal
status: open
title: Inconsistent itertools' predicate behaviour
type: enhancement

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


More information about the New-bugs-announce mailing list