[issue8570] 2to3 crashes with AttributeError: 'int' object has no attribute 'startswith'

2010-04-29 Thread rom16384
New submission from rom16384 rom16...@yahoo.com: The attached file crashes 2to3 with traceback: Traceback (most recent call last): File /usr/bin/2to3, line 6, in module sys.exit(main(lib2to3.fixes)) File /usr/lib/python2.6/lib2to3/main.py, line 129, in main rt.refactor(args,

[issue8570] 2to3 crashes with AttributeError: 'int' object has no attribute 'startswith'

2010-04-29 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: +benjamin.peterson type: crash - behavior versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8570

[issue8570] 2to3 crashes with AttributeError: 'int' object has no attribute 'startswith'

2010-04-29 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' g.rod...@gmail.com: -- nosy: +giampaolo.rodola ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8570 ___ ___

[issue8570] 2to3 crashes with AttributeError: 'int' object has no attribute 'startswith'

2010-04-29 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Thanks for the report. Fixed in r80637. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8570