diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-04-24 17:04:35 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2010-04-24 17:04:35 (GMT) |
commit | c80c93f46ed973ba28c67f4a2771418dbae93d85 (patch) | |
tree | 3532a243adfc1b036e31fed4270f0ff5a92a4795 /Misc | |
parent | 1ce6b5815377bdba9029c39a57fcc552b4e32f9d (diff) | |
download | cpython-c80c93f46ed973ba28c67f4a2771418dbae93d85.zip cpython-c80c93f46ed973ba28c67f4a2771418dbae93d85.tar.gz cpython-c80c93f46ed973ba28c67f4a2771418dbae93d85.tar.bz2 |
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.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1121,6 +1121,9 @@ Build - 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 ------------ |