[issue3637] 2to3 refactoring

2008-09-02 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Gregory P. Smith reviewed the change on Rietveld, and the patch was applied in r66173. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue3637] 2to3 refactoring

2008-09-02 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file11350/after_gps_review.patch ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3637] 2to3 refactoring

2008-08-24 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: This also restores 2.5 compatibility. ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Pyt

[issue3637] 2to3 refactoring

2008-08-23 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- keywords: +needs review ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-

[issue3637] 2to3 refactoring

2008-08-21 Thread Benjamin Peterson
New submission from Benjamin Peterson <[EMAIL PROTECTED]>: 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