David Wolever <[EMAIL PROTECTED]> added the comment: 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.
---------- assignee: collinwinter -> David Wolever nosy: +David Wolever __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2427> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com