summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.5.0a1.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-05-20 23:36:05 (GMT)
committerGitHub <noreply@github.com>2018-05-20 23:36:05 (GMT)
commitaef639f62677f8a342af24e9c19f0503b0d1e36e (patch)
tree786203044d1b201025bbf84c44dcc66d826d7b94 /Misc/NEWS.d/3.5.0a1.rst
parentdd281873baeaade38ceee70b10e649cfaadcf15a (diff)
downloadcpython-aef639f62677f8a342af24e9c19f0503b0d1e36e.zip
cpython-aef639f62677f8a342af24e9c19f0503b0d1e36e.tar.gz
cpython-aef639f62677f8a342af24e9c19f0503b0d1e36e.tar.bz2
Fix line breaks added after hyphens by blurb. (GH-7002)
Also remove bullet asterisks from IDLE entries.
Diffstat (limited to 'Misc/NEWS.d/3.5.0a1.rst')
-rw-r--r--Misc/NEWS.d/3.5.0a1.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/Misc/NEWS.d/3.5.0a1.rst b/Misc/NEWS.d/3.5.0a1.rst
index e83a808..0104a31 100644
--- a/Misc/NEWS.d/3.5.0a1.rst
+++ b/Misc/NEWS.d/3.5.0a1.rst
@@ -2706,8 +2706,8 @@ Added support for the "xztar" format in the shutil module.
.. nonce: ZLsRil
.. section: Library
-Don't force 3rd party C extensions to be built with -Werror=declaration-
-after-statement.
+Don't force 3rd party C extensions to be built with
+``-Werror=declaration-after-statement``.
..
@@ -4464,8 +4464,8 @@ Improve repr of inspect.Signature and inspect.Parameter.
.. nonce: DFMEgN
.. section: Library
-Fix inspect.getcallargs() to raise correct TypeError for missing keyword-
-only arguments. Patch by Jeremiah Lowin.
+Fix inspect.getcallargs() to raise correct TypeError for missing
+keyword-only arguments. Patch by Jeremiah Lowin.
..
@@ -5059,8 +5059,8 @@ Anticipated fixes to support OS X versions > 10.9.
.. nonce: KAl7aO
.. section: Build
-Prevent possible segfaults and other random failures of python --generate-
-posix-vars in pybuilddir.txt build target.
+Prevent possible segfaults and other random failures of python
+``--generate-posix-vars`` in pybuilddir.txt build target.
..