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 VPeric
Recipients VPeric, benjamin.peterson, eric.araujo
Date 2011-07-22.22:11:39
SpamBayes Score 1.155149e-07
Marked as misclassified No
Message-id <1311372700.75.0.0919550613362.issue12616@psf.upfronthosting.co.za>
In-reply-to
Content
The zip fixer fails on this code:

zip(B, D)[:-1]

I fixed this by wrapping explicitly with list(), but that creates a duplicate list on Python 2. 

(Like the other fixes I reported, I assume this also applies to 3.3, but I didn't test it so I don't know; adding Eric and Benjamin to nosy, though)
History
Date User Action Args
2011-07-22 22:11:40VPericsetrecipients: + VPeric, benjamin.peterson, eric.araujo
2011-07-22 22:11:40VPericsetmessageid: <1311372700.75.0.0919550613362.issue12616@psf.upfronthosting.co.za>
2011-07-22 22:11:40VPericlinkissue12616 messages
2011-07-22 22:11:39VPericcreate