New submission from Vinay Sajip <vinay_sa...@yahoo.co.uk>: 2to3 fails on boto/rds/__init__.py with a ParseError:
vinay@eta-natty:~/tools/boto$ 2to3 boto/rds/__init__.py RefactoringTool: Skipping implicit fixer: buffer RefactoringTool: Skipping implicit fixer: idioms RefactoringTool: Skipping implicit fixer: set_literal RefactoringTool: Skipping implicit fixer: ws_comma RefactoringTool: Can't parse boto/rds/__init__.py: ParseError: bad input: type=1, value='RDSRegionInfo', context=('\n ', (48, 12)) RefactoringTool: No files need to be modified. RefactoringTool: There was 1 error: RefactoringTool: Can't parse boto/rds/__init__.py: ParseError: bad input: type=1, value='RDSRegionInfo', context=('\n ', (48, 12)) ---------- components: 2to3 (2.x to 3.0 conversion tool) files: __init__.py messages: 133922 nosy: vinay.sajip priority: normal severity: normal status: open title: 2to3 fails with a ParseError versions: Python 3.2, Python 3.3 Added file: http://bugs.python.org/file21693/__init__.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11861> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com