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 petri.lehtinen
Recipients Aaron.Meurer, VPeric, benjamin.peterson, eric.araujo, petri.lehtinen
Date 2011-08-09.18:44:21
SpamBayes Score 0.00015980797
Marked as misclassified No
Message-id <1312915461.74.0.221109702221.issue12613@psf.upfronthosting.co.za>
In-reply-to
Content
A smaller snippet to reproduce:

    izip().next()

This gets converted to:

    next(izip())

It seems to me that the pattern of the itertools fixer doesn't match to izip().something(), and thus this is skipped.
History
Date User Action Args
2011-08-09 18:44:21petri.lehtinensetrecipients: + petri.lehtinen, benjamin.peterson, eric.araujo, VPeric, Aaron.Meurer
2011-08-09 18:44:21petri.lehtinensetmessageid: <1312915461.74.0.221109702221.issue12613@psf.upfronthosting.co.za>
2011-08-09 18:44:21petri.lehtinenlinkissue12613 messages
2011-08-09 18:44:21petri.lehtinencreate