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 loewis
Recipients loewis, wolever
Date 2008-03-23.20:39:01
SpamBayes Score 0.06318408
Marked as misclassified No
Message-id <1206304742.87.0.65595125742.issue2468@psf.upfronthosting.co.za>
In-reply-to
Content
Currently (r61811), the code

from itertools import izip

gets fixed to

from itertools import

This is incorrect; the import statement should be removed altogether.
History
Date User Action Args
2008-03-23 20:39:03loewissetspambayes_score: 0.0631841 -> 0.06318408
recipients: + loewis, wolever
2008-03-23 20:39:02loewissetspambayes_score: 0.0631841 -> 0.0631841
messageid: <1206304742.87.0.65595125742.issue2468@psf.upfronthosting.co.za>
2008-03-23 20:39:01loewislinkissue2468 messages
2008-03-23 20:39:01loewiscreate