[issue20448] Adds missing backslash to devguide setup page

2014-01-30 Thread Zachary Ware
Zachary Ware added the comment: Actually, this was still an issue :) Thanks for the report and patch! If you intend to ever contribute more than the simplest of patches, please consider signing a contributor agreement: http://www.python.org/psf/contrib/ -- nosy: +zach.ware stage: ->

[issue20448] Adds missing backslash to devguide setup page

2014-01-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7d95a62513ce by Zachary Ware in branch 'default': Issue #20448: Escape backslashes. Caught by Saimadhav Heblikar. http://hg.python.org/devguide/rev/7d95a62513ce -- nosy: +python-dev ___ Python tracker <

[issue20448] Adds missing backslash to devguide setup page

2014-01-30 Thread R. David Murray
Changes by R. David Murray : -- resolution: duplicate -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20448] Adds missing backslash to devguide setup page

2014-01-30 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: http://hg.python.org/devguide/rev/99419f310cf1 -- resolution: -> duplicate status: open -> closed ___ Python tracker ___ __

[issue20448] Adds missing backslash to devguide setup page

2014-01-30 Thread Saimadhav Heblikar
New submission from Saimadhav Heblikar: 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 b