[issue3123] 2to3 fails

djc report at bugs.python.org
Mon Jun 16 15:50:43 CEST 2008


New submission from djc <dirkjan at ochtman.nl>:

2to3 fails in recent CPython trunk. This is because lib2to3 got some
merges, but the 2to3 script wasn't updated to match.
lib2to3.refactor.main() now requires a first argument which isn't given
by the 2to3 script.

----------
assignee: collinwinter
components: 2to3 (2.x to 3.0 conversion tool)
messages: 68267
nosy: benjamin.peterson, collinwinter, djc
severity: normal
status: open
title: 2to3 fails
versions: Python 2.6, Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3123>
_______________________________________


More information about the Python-bugs-list mailing list