[issue2468] izip fixer generates incorrect import statement

Martin v. Löwis report at bugs.python.org
Sun Mar 23 21:39:03 CET 2008


New submission from Martin v. Löwis <martin at v.loewis.de>:

Currently (r61811), the code

from itertools import izip

gets fixed to

from itertools import

This is incorrect; the import statement should be removed altogether.

----------
assignee: David Wolever
components: 2to3 (2.x to 3.0 conversion tool)
messages: 64375
nosy: David Wolever, loewis
severity: normal
status: open
title: izip fixer generates incorrect import statement

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2468>
__________________________________


More information about the Python-bugs-list mailing list