Issue 3637: 2to3 refactoring - Python tracker (original ) (raw ) This issue has been migrated to GitHub: https://github.com/python/cpython/issues/47887
classification
process
Created on 2008-08-21 20:46 by benjamin.peterson , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Messages (3)
msg71678 - (view)
Author: Benjamin Peterson (benjamin.peterson) *
Date: 2008-08-21 20:46
The attached patch moves cmdline processing logic out of RefactoringTool and into its own module lib2to3.main. Guido and Collin: If you could review this (it's on Rietveld [1]) sometime soon, I can check this in and start writing the API docs for 2to3. Thanks. [1] http://codereview.appspot.com/3247
msg71844 - (view)
Author: Benjamin Peterson (benjamin.peterson) *
Date: 2008-08-24 16:55
This also restores 2.5 compatibility.
msg72372 - (view)
Author: Benjamin Peterson (benjamin.peterson) *
Date: 2008-09-02 23:58
Gregory P. Smith reviewed the change on Rietveld, and the patch was applied in r66173 .
History
Date
User
Action
Args
2022-04-11 14:56:38
admin
set
github: 47887
2008-09-02 23:58:01
benjamin.peterson
set
status: open -> closedresolution: acceptedmessages: +
2008-09-02 22🔞26
benjamin.peterson
set
files: + after_gps_review.patch
2008-08-24 16:55:38
benjamin.peterson
set
messages: +
2008-08-24 02:43:38
benjamin.peterson
set
keywords: + needs review
2008-08-21 20:46:15
benjamin.peterson
create