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.

classification
Title: 2to3 fails
Type: Stage:
Components: 2to3 (2.x to 3.x conversion tool) Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: benjamin.peterson Nosy List: benjamin.peterson, collinwinter, djc
Priority: normal Keywords:

Created on 2008-06-16 13:50 by djc, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg68267 - (view) Author: Dirkjan Ochtman (djc) * (Python committer) Date: 2008-06-16 13:50
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.
msg68270 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2008-06-16 15:34
Benjamin, you did the recent merges, no? Can you please fix this breakage?
msg68293 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-06-16 20:18
Thanks for noticing. I apologize and fixed it in r64313.
History
Date User Action Args
2022-04-11 14:56:35adminsetgithub: 47373
2008-06-16 20:18:42benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg68293
2008-06-16 15:34:23collinwintersetassignee: collinwinter -> benjamin.peterson
messages: + msg68270
2008-06-16 13:50:41djccreate