[issue11438] 2to3 does not fix izip_longest

Steve Dower report at bugs.python.org
Tue Mar 8 03:56:25 CET 2011


New submission from Steve Dower <s.j.dower at gmail.com>:

Running 2to3 on the attached file makes no modifications, which then causes an error (since itertools.izip_longest is now itertools.zip_longest)

----------
components: 2to3 (2.x to 3.0 conversion tool)
files: test.py
messages: 130304
nosy: Steve.Dower
priority: normal
severity: normal
status: open
title: 2to3 does not fix izip_longest
type: behavior
versions: Python 3.2
Added file: http://bugs.python.org/file21040/test.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11438>
_______________________________________


More information about the Python-bugs-list mailing list