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年03月19日 21:00 by dangyogi, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg64098 - (view) | Author: Bruce Frederiksen (dangyogi) | Date: 2008年03月19日 21:00 | |
2to3, svn rev 61623. To reproduce this error: $ cat <<! > foobar.py # line 1 # line 2 from __future__ import with_statement import sys ! $ 2to3 -w foobar.py RefactoringTool: Skipping implicit fixer: buffer RefactoringTool: Skipping implicit fixer: idioms RefactoringTool: Skipping implicit fixer: ws_comma --- foobar.py (original) +++ foobar.py (refactored) @@ -1,5 +1,2 @@ -# line 1 -# line 2 -from __future__ import with_statement import sys RefactoringTool: Files that were modified: RefactoringTool: foobar.py $ cat foobar.py import sys $ |
|||
| msg64142 - (view) | Author: David Wolever (wolever) * (Python committer) | Date: 2008年03月20日 03:32 | |
Ok, fixed in r61664. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:32 | admin | set | github: 46680 |
| 2008年03月20日 03:32:56 | wolever | set | status: open -> closed messages: + msg64142 |
| 2008年03月19日 22:34:07 | wolever | set | assignee: collinwinter -> wolever nosy: + wolever |
| 2008年03月19日 21:00:02 | dangyogi | create | |