New submission from Vlada Peric <vlada.pe...@gmail.com>: 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) ---------- components: 2to3 (2.x to 3.0 conversion tool) messages: 140919 nosy: VPeric, benjamin.peterson, eric.araujo priority: normal severity: normal status: open title: zip fixer fails on zip()[:-1] versions: Python 2.7, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12616> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com