[New-bugs-announce] [issue20448] Adds missing backslash to devguide setup page

Saimadhav Heblikar report at bugs.python.org
Thu Jan 30 15:16:17 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue20448>
_______________________________________


More information about the New-bugs-announce mailing list