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 terry.reedy
Recipients Saimadhav.Heblikar, jesstess, taleinat, terry.reedy
Date 2014-06-30.03:12:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404097947.88.0.390392953061.issue21880@psf.upfronthosting.co.za>
In-reply-to
Content
Read everything, looks plausible ;-). .run_checker assumes api:
<program name> pat_to_something.py <additional args> 
I will download pyflakes tomorrow and see if everything works on Windows.

If so, some immediate issues:
1. Only use tempfile if editor is 'dirty'.
2. Allow full path in config for programs not on system path.
History
Date User Action Args
2014-06-30 03:12:27terry.reedysetrecipients: + terry.reedy, taleinat, jesstess, Saimadhav.Heblikar
2014-06-30 03:12:27terry.reedysetmessageid: <1404097947.88.0.390392953061.issue21880@psf.upfronthosting.co.za>
2014-06-30 03:12:27terry.reedylinkissue21880 messages
2014-06-30 03:12:27terry.reedycreate