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 benjamin.peterson
Recipients benjamin.peterson, bhy, collinwinter
Date 2008-06-20.13:24:07
SpamBayes Score 0.0020246133
Marked as misclassified No
Message-id <1213968250.74.0.39791795164.issue3131@psf.upfronthosting.co.za>
In-reply-to
Content
Collin, how does this look?

#!/usr/bin/env python
from lib2to3 import refactor
import sys
import os

fixers = os.path.join(os.path.dirname(refactor.__file__), "fixes")
sys.exit(refactor.main(fixers))
History
Date User Action Args
2008-06-20 13:24:11benjamin.petersonsetspambayes_score: 0.00202461 -> 0.0020246133
recipients: + benjamin.peterson, collinwinter, bhy
2008-06-20 13:24:10benjamin.petersonsetspambayes_score: 0.00202461 -> 0.00202461
messageid: <1213968250.74.0.39791795164.issue3131@psf.upfronthosting.co.za>
2008-06-20 13:24:09benjamin.petersonlinkissue3131 messages
2008-06-20 13:24:08benjamin.petersoncreate