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 HWJ
Recipients HWJ, benjamin.peterson, bhy, collinwinter, orivej
Date 2008-06-21.09:19:22
SpamBayes Score 0.062614486
Marked as misclassified No
Message-id <1214039965.87.0.959264348505.issue3131@psf.upfronthosting.co.za>
In-reply-to
Content
This patch seems to work, but

when invoked it tries to write to /usr/local/lib/python3.0/lib2to3
( I get 
root: Writing failed:[Errno 13] Permission denied: '/usr/local/lib/
python3.0/lib2to3/PatternGrammar3.0.0.beta.1.pickle'
)

I hope this will be handled during install in future.

Furthermore, as a test, I copied refactor.py to xxx.py
and ran 2to3 on xxx.py

Here I get
RefactoringTool: Can't parse xxx.py: ParseError: bad input: type=22, 
value='=', context=('', (67, 71))

This error message is a bit terse for someone not knowing the details
of 2to3

Thanks for the patch,
Helmut.
History
Date User Action Args
2008-06-21 09:19:26HWJsetspambayes_score: 0.0626145 -> 0.062614486
recipients: + HWJ, collinwinter, benjamin.peterson, orivej, bhy
2008-06-21 09:19:26HWJsetspambayes_score: 0.0626145 -> 0.0626145
messageid: <1214039965.87.0.959264348505.issue3131@psf.upfronthosting.co.za>
2008-06-21 09:19:24HWJlinkissue3131 messages
2008-06-21 09:19:23HWJcreate