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 back-slashes,so that the text appears correctly as
Tools\buildbot\external.bat or Tools\buildbot\external-amd64.bat

----------
components: Devguide
files: mywork.patch
keywords: patch
messages: 209718
nosy: ezio.melotti, sahutd
priority: normal
severity: normal
status: open
title: Adds missing backslash to devguide setup page
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file33810/mywork.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20448>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to