summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-04-24 16:38:36 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-04-24 16:38:36 (GMT)
commit5183ebdaa7ab39b39281231208d189bf8f337088 (patch)
tree7c5ce4acd822718c671dd201d2ea12bafec49741 /Misc
parenta2936cfa0989988f3e9f9ce6aec7d5657a2f73ba (diff)
downloadcpython-5183ebdaa7ab39b39281231208d189bf8f337088.zip
cpython-5183ebdaa7ab39b39281231208d189bf8f337088.tar.gz
cpython-5183ebdaa7ab39b39281231208d189bf8f337088.tar.bz2
- Issue #8509: Fix quoting in help strings and code snippets in configure.in.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 747c0c2..e9b3caf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,11 @@ Tests
- Issue #8108: test_ftplib's non-blocking SSL server now has proper handling
of SSL shutdowns.
+Build
+-----
+
+- Issue #8509: Fix quoting in help strings and code snippets in configure.in.
+
What's New in Python 2.7 beta 1?
================================