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 Saimadhav.Heblikar
Recipients Saimadhav.Heblikar, ezio.melotti
Date 2014-01-30.14:16:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391091377.95.0.274075734127.issue20448@psf.upfronthosting.co.za>
In-reply-to
Content
This is a simple typofix.
On line 224 and 225,there were unescaped backslashes,which resulted in the external.bat and external-amd64.bat appeared as Tools\buildbotexternal.bat and Tools\buildbotexternal-amd64.bat respectively.
this patch escapes the two back-slashes,so that the text appears correctly as
Tools\buildbot\external.bat or Tools\buildbot\external-amd64.bat
History
Date User Action Args
2014-01-30 14:16:17Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, ezio.melotti
2014-01-30 14:16:17Saimadhav.Heblikarsetmessageid: <1391091377.95.0.274075734127.issue20448@psf.upfronthosting.co.za>
2014-01-30 14:16:17Saimadhav.Heblikarlinkissue20448 messages
2014-01-30 14:16:17Saimadhav.Heblikarcreate