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 jerry.seutter
Recipients jerry.seutter, nnorwitz
Date 2008-03-18.22:39:52
SpamBayes Score 0.0056719114
Marked as misclassified No
Message-id <1205879993.33.0.049766214913.issue2403@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the input.

 * ../../python.exe changed to sys.executable.
 * Figleaf is 69kb.  It seems to work fine doing it all in one read()
call.  Should it be chunked?
 * Optparse isn't used, partially because I'm lazy and partly because
I'm not actually parsing the command line, just chopping the first
element off and then passing it off to regrtest.py.  It is the job of
regrtest.py to parse the command line. <-- My opinion
 * traceless.  I think I should remove the file.  Having tests that fail
don't hurt figleaf, as far as I know, so there isn't much point to
avoiding failing tests.

Uploading a new version of the .zip file that uses sys.executable and
does not use traceless.

I don't know if figleaf works on windows and I don't have a system to
test with.
History
Date User Action Args
2008-03-18 22:39:53jerry.seuttersetspambayes_score: 0.00567191 -> 0.0056719114
recipients: + jerry.seutter, nnorwitz
2008-03-18 22:39:53jerry.seuttersetspambayes_score: 0.00567191 -> 0.00567191
messageid: <1205879993.33.0.049766214913.issue2403@psf.upfronthosting.co.za>
2008-03-18 22:39:52jerry.seutterlinkissue2403 messages
2008-03-18 22:39:52jerry.seuttercreate