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.

classification
Title: Fixer for itertools.ifilterfalse() -> itertools.filterfalse()
Type: behavior Stage:
Components: 2to3 (2.x to 3.x conversion tool) Versions: Python 2.6
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: collinwinter Nosy List: wolever
Priority: critical Keywords: 26backport

Created on 2008-03-17 19:50 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg63739 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-03-17 19:50
A fixer is needed to go from itertools.ifilterfalse() to
itertools.filterfalse().
msg63869 - (view) Author: David Wolever (wolever) * (Python committer) Date: 2008-03-18 03:19
Fixed in r61466.
History
Date User Action Args
2022-04-11 14:56:32adminsetgithub: 46616
2008-03-18 03:28:55woleversetstatus: open -> closed
nosy: - brett.cannon, collinwinter
2008-03-18 03:19:53woleversetnosy: + wolever
messages: + msg63869
2008-03-17 20:18:40brett.cannonsetpriority: release blocker -> critical
2008-03-17 19:50:15brett.cannoncreate