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.imap() -> map()
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:46 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg63736 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-03-17 19:45
A fixer for converting itertools.imap() to -> map() is needed.
msg63760 - (view) Author: David Wolever (wolever) * (Python committer) Date: 2008-03-17 20:32
I'll take this one (and the next few dealing with itertools)
msg63776 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-03-17 21:02
See also #2171.
msg63872 - (view) Author: David Wolever (wolever) * (Python committer) Date: 2008-03-18 03:21
Fixed in r61466.
History
Date User Action Args
2022-04-11 14:56:32adminsetgithub: 46613
2008-03-18 03:27:41woleversetstatus: open -> closed
nosy: - brett.cannon, georg.brandl, collinwinter
2008-03-18 03:21:09woleversetmessages: + msg63872
2008-03-17 21:02:53georg.brandlsetnosy: + georg.brandl
messages: + msg63776
2008-03-17 20:32:25woleversetnosy: + wolever
messages: + msg63760
2008-03-17 20:15:54brett.cannonsetpriority: release blocker -> critical
2008-03-17 19:46:00brett.cannoncreate