Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixer for itertools.ifilter() -> filter() #46614

Closed
brettcannon opened this issue Mar 17, 2008 · 2 comments
Closed

Fixer for itertools.ifilter() -> filter() #46614

brettcannon opened this issue Mar 17, 2008 · 2 comments

Comments

@brettcannon
Copy link
Member

BPO 2361
Nosy @wolever

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2008-03-18.03:28:12.724>
created_at = <Date 2008-03-17.19:47:29.843>
labels = ['expert-2to3']
title = 'Fixer for itertools.ifilter() -> filter()'
updated_at = <Date 2008-03-18.03:28:12.723>
user = 'https://github.com/brettcannon'

bugs.python.org fields:

activity = <Date 2008-03-18.03:28:12.723>
actor = 'wolever'
assignee = 'collinwinter'
closed = True
closed_date = <Date 2008-03-18.03:28:12.724>
closer = 'wolever'
components = ['2to3 (2.x to 3.x conversion tool)']
creation = <Date 2008-03-17.19:47:29.843>
creator = 'brett.cannon'
dependencies = []
files = []
hgrepos = []
issue_num = 2361
keywords = ['26backport']
message_count = 2.0
messages = ['63737', '63871']
nosy_count = 1.0
nosy_names = ['wolever']
pr_nums = []
priority = 'critical'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue2361'
versions = ['Python 2.6']

@brettcannon
Copy link
Member Author

A fixer to go from itertools.ifilter() to filter() is needed.

@wolever
Copy link
Member

wolever commented Mar 18, 2008

Fixed in r61466.

@wolever wolever closed this as completed Mar 18, 2008
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants