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.20:19:40
SpamBayes Score 0.20219892
Marked as misclassified No
Message-id <1205871583.07.0.735810072102.issue2403@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch.  It would be nice to get more instrumentation like
coverage, performance, etc.

Here are some things I noticed while reviewing the patch:

 * This won't work on unix other than OSX.  Can you change
../../python.exe to sys.executable?  
 * How big is figleaf?  Should you try to read/write the file in chunks?
 * optparse doesn't seem to be used.
 * Can you change `cat file` to read the file and pass those as
arguments so this could work on windows?

BTW, does figleaf work on Windows?
History
Date User Action Args
2008-03-18 20:19:43nnorwitzsetspambayes_score: 0.202199 -> 0.20219892
recipients: + nnorwitz, jerry.seutter
2008-03-18 20:19:43nnorwitzsetspambayes_score: 0.202199 -> 0.202199
messageid: <1205871583.07.0.735810072102.issue2403@psf.upfronthosting.co.za>
2008-03-18 20:19:41nnorwitzlinkissue2403 messages
2008-03-18 20:19:40nnorwitzcreate