diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-05-20 23:36:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-20 23:36:05 (GMT) |
commit | aef639f62677f8a342af24e9c19f0503b0d1e36e (patch) | |
tree | 786203044d1b201025bbf84c44dcc66d826d7b94 /Misc/NEWS.d/3.5.3rc1.rst | |
parent | dd281873baeaade38ceee70b10e649cfaadcf15a (diff) | |
download | cpython-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.3rc1.rst')
-rw-r--r-- | Misc/NEWS.d/3.5.3rc1.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Misc/NEWS.d/3.5.3rc1.rst b/Misc/NEWS.d/3.5.3rc1.rst index 5c6859c..09ebc54 100644 --- a/Misc/NEWS.d/3.5.3rc1.rst +++ b/Misc/NEWS.d/3.5.3rc1.rst @@ -81,8 +81,8 @@ astral characters. Patch by Xiang Zhang. .. nonce: RYbEGH .. section: Core and Builtins -Extra slash no longer added to sys.path components in case of empty compile- -time PYTHONPATH components. +Extra slash no longer added to sys.path components in case of empty +compile-time PYTHONPATH components. .. @@ -349,8 +349,8 @@ Patch written by Xiang Zhang. .. section: Core and Builtins Standard __import__() no longer look up "__import__" in globals or builtins -for importing submodules or "from import". Fixed handling an error of non- -string package name. +for importing submodules or "from import". Fixed handling an error of +non-string package name. .. @@ -2070,9 +2070,9 @@ Update message in validate_ucrtbase.py .. section: Build Cause lack of llvm-profdata tool when using clang as required for PGO -linking to be a configure time error rather than make time when --with- -optimizations is enabled. Also improve our ability to find the llvm- -profdata tool on MacOS and some Linuxes. +linking to be a configure time error rather than make time when +``--with-optimizations`` is enabled. Also improve our ability to find the +llvm-profdata tool on MacOS and some Linuxes. .. |