Merged revisions 80443 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80443 | matthias.klose | 2010-04-24 18:38:36 +0200 (Sa, 24 Apr 2010) | 2 lines
- Issue #8509: Fix quoting in help strings and code snippets in configure.in.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 555d5e8..03f6dda 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1121,6 +1121,9 @@
- python-config now supports multiple options on the same command line.
+- Issue #8509: Fix quoting in help strings and code snippets in configure.in.
+
+
Documentation
------------