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.

Author vinay.sajip
Recipients vinay.sajip
Date 2011-04-17.13:12:13
SpamBayes Score 0.00029403635
Marked as misclassified No
Message-id <1303045938.22.0.287313368996.issue11861@psf.upfronthosting.co.za>
In-reply-to
Content
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))
History
Date User Action Args
2011-04-17 13:12:20vinay.sajipsetrecipients: + vinay.sajip
2011-04-17 13:12:18vinay.sajipsetmessageid: <1303045938.22.0.287313368996.issue11861@psf.upfronthosting.co.za>
2011-04-17 13:12:15vinay.sajiplinkissue11861 messages
2011-04-17 13:12:15vinay.sajipcreate