Issue 3123: 2to3 fails - Python tracker
Issue3123
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.
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) * ![]() |
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) * ![]() |
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) * ![]() |
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:35 | admin | set | github: 47373 |
| 2008-06-16 20:18:42 | benjamin.peterson | set | status: open -> closed resolution: fixed messages: + msg68293 |
| 2008-06-16 15:34:23 | collinwinter | set | assignee: collinwinter -> benjamin.peterson messages: + msg68270 |
| 2008-06-16 13:50:41 | djc | create | |
