diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-04-24 16:38:36 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2010-04-24 16:38:36 (GMT) |
commit | 5183ebdaa7ab39b39281231208d189bf8f337088 (patch) | |
tree | 7c5ce4acd822718c671dd201d2ea12bafec49741 /Misc | |
parent | a2936cfa0989988f3e9f9ce6aec7d5657a2f73ba (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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? ================================ |