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 dangyogi
Recipients collinwinter, dangyogi
Date 2008-03-19.19:34:53
SpamBayes Score 0.13706878
Marked as misclassified No
Message-id <1205955294.72.0.717480464196.issue2427@psf.upfronthosting.co.za>
In-reply-to
Content
2to3, svn rev 61623 translates itertools.imap(lambda x: ..., ...) into a
list comprehension.  This should be translated instead into a generator
expression so that doing itertools.imap on infinite iterators still works.
History
Date User Action Args
2008-03-19 19:34:55dangyogisetspambayes_score: 0.137069 -> 0.13706878
recipients: + dangyogi, collinwinter
2008-03-19 19:34:54dangyogisetspambayes_score: 0.137069 -> 0.137069
messageid: <1205955294.72.0.717480464196.issue2427@psf.upfronthosting.co.za>
2008-03-19 19:34:53dangyogilinkissue2427 messages
2008-03-19 19:34:53dangyogicreate