This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ronaldoussoren
Date 2010-07-13.11:58:34
SpamBayes Score 0.002981526
Marked as misclassified No
Message-id <1279022316.28.0.141997544186.issue9245@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-07-13 11:58:36ronaldoussorensetrecipients: + ronaldoussoren
2010-07-13 11:58:36ronaldoussorensetmessageid: <1279022316.28.0.141997544186.issue9245@psf.upfronthosting.co.za>
2010-07-13 11:58:34ronaldoussorenlinkissue9245 messages
2010-07-13 11:58:34ronaldoussorencreate