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.

Author wolever
Recipients collinwinter, dangyogi, rhettinger, wolever
Date 2008-03-19.22:25:20
SpamBayes Score 0.20016849
Marked as misclassified No
Message-id <1205965521.39.0.0220064785298.issue2427@psf.upfronthosting.co.za>
In-reply-to
Content
itertools.imap is being translated directly to map... But I bet this is 
another one of those ordering problems -- itertools.imap is converted to 
the map, then the map is converted to list(map(...)) because fix_map 
doesn't know that map was already fixed.
History
Date User Action Args
2008-03-19 22:25:21woleversetspambayes_score: 0.200168 -> 0.20016849
recipients: + wolever, collinwinter, rhettinger, dangyogi
2008-03-19 22:25:21woleversetspambayes_score: 0.200168 -> 0.200168
messageid: <1205965521.39.0.0220064785298.issue2427@psf.upfronthosting.co.za>
2008-03-19 22:25:20woleverlinkissue2427 messages
2008-03-19 22:25:20wolevercreate