[issue8509] fix autoconf quoting in help strings and code snippets

2010-08-01 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

Patch has been applied; closing.

--
nosy: +georg.brandl
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8509
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8509] fix autoconf quoting in help strings and code snippets

2010-04-24 Thread Matthias Klose

Matthias Klose d...@debian.org added the comment:

applied the changes for 2.7 and 3.2.  there is a diff for the regenerated 
configure like

-rm -f -r conftest*
+rm -f conftest*

I explicitely used a vanilla autoconf-2.61 download for regenerating the 
configure script. Why the diff?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8509
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8509] fix autoconf quoting in help strings and code snippets

2010-04-23 Thread Matthias Klose

New submission from Matthias Klose d...@debian.org:

the attached patch adds quoting to help strings and code snippets, following 
the autoconf quotation rule of thumb One pair of quotes per pair of 
parentheses.

checked that the generated files are identical.

--
components: Build
files: configure.in.diff
keywords: needs review, patch
messages: 104017
nosy: doko
severity: normal
status: open
title: fix autoconf quoting in help strings and code snippets
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file17054/configure.in.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8509
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com