New submission from Steve Dower <[email protected]>: 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 <[email protected]> <http://bugs.python.org/issue11438> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
