Issue 2361: Fixer for itertools.ifilter() -> filter() - Python tracker

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
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: collinwinter Nosy List: wolever
Priority: critical Keywords: 26backport

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

Messages (2)
msg63737 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-03-17 19:47
A fixer to go from itertools.ifilter() to filter() is needed.
msg63871 - (view) Author: David Wolever (wolever) * (Python committer) Date: 2008-03-18 03:20
Fixed in r61466.