[New-bugs-announce] [issue2363] Fixer for itertools.ifilterfalse() -> itertools.filterfalse()

Brett Cannon report at bugs.python.org
Mon Mar 17 20:50:15 CET 2008


New submission from Brett Cannon <brett at python.org>:

A fixer is needed to go from itertools.ifilterfalse() to
itertools.filterfalse().

----------
assignee: collinwinter
components: 2to3 (2.x to 3.0 conversion tool)
keywords: 26backport
messages: 63739
nosy: brett.cannon, collinwinter
priority: immediate
severity: normal
status: open
title: Fixer for itertools.ifilterfalse() -> itertools.filterfalse()
type: behavior
versions: Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2363>
__________________________________


More information about the New-bugs-announce mailing list