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 nnorwitz
Recipients jerry.seutter, nnorwitz
Date 2008-03-18.22:43:40
SpamBayes Score 0.0051486106
Marked as misclassified No
Message-id <ee2a432c0803181543w50020aa6w1405865ac5c2a078@mail.gmail.com>
In-reply-to <1205879993.33.0.049766214913.issue2403@psf.upfronthosting.co.za>
Content
>   * ../../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?

At 69kb, nah.  It should be good enough for the first cut.

>   * 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

Oh sorry, I only meant to remove the import since it wasn't used.  I
wasn't secretly trying to get you to do more work (at least not yet).
:-)
History
Date User Action Args
2008-03-18 22:43:41nnorwitzsetspambayes_score: 0.00514861 -> 0.0051486106
recipients: + nnorwitz, jerry.seutter
2008-03-18 22:43:41nnorwitzlinkissue2403 messages
2008-03-18 22:43:41nnorwitzcreate