[issue4405] fix_metaclass broken

2008-11-24 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Fixed in r67371. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue4405] fix_metaclass broken

2008-11-24 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: > Are you sure you run the latest 2to3? I ran it over docutils last night, > and while the version distributed with 2.6 failed with the same > exception, the current 2to3 from the sandbox worked. I was using the one included in the py3k bran

[issue4405] fix_metaclass broken

2008-11-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Are you sure you run the latest 2to3? I ran it over docutils last night, and while the version distributed with 2.6 failed with the same exception, the current 2to3 from the sandbox worked. -- nosy: +georg.brandl __

[issue4405] fix_metaclass broken

2008-11-24 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- assignee: -> benjamin.peterson nosy: +benjamin.peterson priority: -> high ___ Python tracker <[EMAIL PROTECTED]> ___

[issue4405] fix_metaclass broken

2008-11-24 Thread Martin v. Löwis
New submission from Martin v. Löwis <[EMAIL PROTECTED]>: When trying to run 2to3 on Django, I get a traceback File "/tmp/py3/lib/python3.0/lib2to3/refactor.py", line 260, in refactor_string self.refactor_tree(tree, name) File "/tmp/py3/lib/python3.0/lib2to3/refactor.py", line 299, in ref