New submission from Ronald Oussoren <ronaldousso...@mac.com>:

a script containing the following line crashes 2to3 with an assertion error.

The line:

  from itertools import *


File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_itertools_imports.py",
 line 24, in transform
    assert child.type == syms.import_as_name
AssertionError

----------
components: 2to3 (2.x to 3.0 conversion tool)
messages: 110175
nosy: ronaldoussoren
priority: normal
severity: normal
status: open
title: "from itertools imoprt *" crashes 2to3
versions: Python 2.7, Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9245>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to