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 amaury.forgeotdarc
Recipients JosephArmbruster, amaury.forgeotdarc, christian.heimes, loewis
Date 2008-01-10.22:05:11
SpamBayes Score 0.020239202
Marked as misclassified No
Message-id <1200002773.07.0.452408509723.issue1472@psf.upfronthosting.co.za>
In-reply-to
Content
This batch file is a good idea. I have two remarks:
- it assumes that the python program is spelled "python25".
This could be configurable. Something along:
    IF "%PYTHON%"=="" SET PYTHON=python25
Or is there a better way?

- Also, I suggest to insert a
    SETLOCAL
command on the second line of the script, so that the variables set in
the script are restored at the end.
History
Date User Action Args
2008-01-10 22:06:13amaury.forgeotdarcsetspambayes_score: 0.0202392 -> 0.020239202
recipients: + amaury.forgeotdarc, loewis, christian.heimes, JosephArmbruster
2008-01-10 22:06:13amaury.forgeotdarcsetspambayes_score: 0.0202392 -> 0.0202392
messageid: <1200002773.07.0.452408509723.issue1472@psf.upfronthosting.co.za>
2008-01-10 22:05:11amaury.forgeotdarclinkissue1472 messages
2008-01-10 22:05:11amaury.forgeotdarccreate