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.imap() -> map() #46613

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

Fixer for itertools.imap() -> map() #46613

brettcannon opened this issue Mar 17, 2008 · 4 comments
Labels
topic-2to3 type-bug An unexpected behavior, bug, or error

Comments

@brettcannon
Copy link
Member

BPO 2360
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:27:41.518>
created_at = <Date 2008-03-17.19:46:00.130>
labels = ['type-bug', 'expert-2to3']
title = 'Fixer for itertools.imap() -> map()'
updated_at = <Date 2008-03-18.03:27:41.469>
user = 'https://github.com/brettcannon'

bugs.python.org fields:

activity = <Date 2008-03-18.03:27:41.469>
actor = 'wolever'
assignee = 'collinwinter'
closed = True
closed_date = <Date 2008-03-18.03:27:41.518>
closer = 'wolever'
components = ['2to3 (2.x to 3.x conversion tool)']
creation = <Date 2008-03-17.19:46:00.130>
creator = 'brett.cannon'
dependencies = []
files = []
hgrepos = []
issue_num = 2360
keywords = ['26backport']
message_count = 4.0
messages = ['63736', '63760', '63776', '63872']
nosy_count = 1.0
nosy_names = ['wolever']
pr_nums = []
priority = 'critical'
resolution = None
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue2360'
versions = ['Python 2.6']

@brettcannon
Copy link
Member Author

A fixer for converting itertools.imap() to -> map() is needed.

@brettcannon brettcannon added topic-2to3 type-bug An unexpected behavior, bug, or error and removed release-blocker labels Mar 17, 2008
@wolever
Copy link
Member

wolever commented Mar 17, 2008

I'll take this one (and the next few dealing with itertools)

@birkenfeld
Copy link
Member

See also bpo-2171.

@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
Labels
topic-2to3 type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants