summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.5.2rc1.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.2rc1.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.2rc1.rst')
-rw-r--r--Misc/NEWS.d/3.5.2rc1.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Misc/NEWS.d/3.5.2rc1.rst b/Misc/NEWS.d/3.5.2rc1.rst
index caed84a..920c951 100644
--- a/Misc/NEWS.d/3.5.2rc1.rst
+++ b/Misc/NEWS.d/3.5.2rc1.rst
@@ -568,9 +568,9 @@ string. Original fix by Ján Janech.
.. section: Library
The "urllib.request" module now percent-encodes non-ASCII bytes found in
-redirect target URLs. Some servers send Location header fields with non-
-ASCII bytes, but "http.client" requires the request target to be ASCII-
-encodable, otherwise a UnicodeEncodeError is raised. Based on patch by
+redirect target URLs. Some servers send Location header fields with
+non-ASCII bytes, but "http.client" requires the request target to be
+ASCII-encodable, otherwise a UnicodeEncodeError is raised. Based on patch by
Christian Heimes.
..
@@ -1952,8 +1952,8 @@ Fix linking extension modules for cross builds. Patch by Xavier de Gaye.
.. nonce: HDjM4s
.. section: Build
-Disable the rules for running _freeze_importlib and pgen when cross-
-compiling. The output of these programs is normally saved with the source
+Disable the rules for running _freeze_importlib and pgen when
+cross-compiling. The output of these programs is normally saved with the source
code anyway, and is still regenerated when doing a native build. Patch by
Xavier de Gaye.