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 adrianholovaty
Recipients adrianholovaty
Date 2007-08-23.20:00:53
SpamBayes Score 0.14939623
Marked as misclassified No
Message-id <1187899253.26.0.0999442692621.issue1001@psf.upfronthosting.co.za>
In-reply-to
Content
The 2to3 Python 3k migration utility crashes with the following
traceback on any input file that does *not* have a trailing newline. It
doesn't seem to matter whether the input file needs modifications or not.


RefactoringTool: Can't parse /path/to/testing2.py: ParseError: bad
input: type=0, value='', context=('\n', (2, 0))
RefactoringTool: No files need to be modified.
RefactoringTool: There was 1 error:
RefactoringTool: Can't parse /path/to/testing2.py: ParseError: bad
input: type=0, value='', context=('\n', (2, 0))
History
Date User Action Args
2007-08-23 20:00:53adrianholovatysetspambayes_score: 0.149396 -> 0.14939623
recipients: + adrianholovaty
2007-08-23 20:00:53adrianholovatysetspambayes_score: 0.149396 -> 0.149396
messageid: <1187899253.26.0.0999442692621.issue1001@psf.upfronthosting.co.za>
2007-08-23 20:00:53adrianholovatylinkissue1001 messages
2007-08-23 20:00:53adrianholovatycreate