diff options
author | Julien Palard <julien@palard.fr> | 2019-05-09 19:52:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-09 19:52:32 (GMT) |
commit | 137be34180a20dba53948d126b961069f299f153 (patch) | |
tree | a91ab5d8b46f39f705ee40d9b5f014f6106eda0a /Misc/NEWS.d/3.5.5rc1.rst | |
parent | a076e4f5e42b85664693191d04cfb33e2f9acfa5 (diff) | |
download | cpython-137be34180a20dba53948d126b961069f299f153.zip cpython-137be34180a20dba53948d126b961069f299f153.tar.gz cpython-137be34180a20dba53948d126b961069f299f153.tar.bz2 |
bpo-32523: Simplifying news entries with multiple paragraphs. (GH-8154)
Having multiple paragraphs in a few news entry lead to inconsistent
spacing while rendered in HTML by mixing "visually compact lists"
(when no entry of the whole list contains multiple paragraphs) and
"sparse lists" (when at least one do).
Diffstat (limited to 'Misc/NEWS.d/3.5.5rc1.rst')
-rw-r--r-- | Misc/NEWS.d/3.5.5rc1.rst | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Misc/NEWS.d/3.5.5rc1.rst b/Misc/NEWS.d/3.5.5rc1.rst index 879f6c4..9ccbf7b 100644 --- a/Misc/NEWS.d/3.5.5rc1.rst +++ b/Misc/NEWS.d/3.5.5rc1.rst @@ -10,7 +10,6 @@ by revealing an inconsistency in how sys.path is initialized when executing considered a potential security issue, as it may lead to privileged processes unexpectedly loading code from user controlled directories in situations where that was not previously the case. - The interpreter now consistently avoids ever adding the import location's parent directory to ``sys.path``, and ensures no other ``sys.path`` entries are inadvertently modified when inserting the import location named on the @@ -56,11 +55,10 @@ Fix potential crash during GC caused by ``tp_dealloc`` which doesn't call .. section: Library Fixed issues with binary plists: - -* Fixed saving bytearrays. -* Identical objects will be saved only once. -* Equal references will be load as identical objects. -* Added support for saving and loading recursive data structures. +Fixed saving bytearrays. +Identical objects will be saved only once. +Equal references will be load as identical objects. +Added support for saving and loading recursive data structures. .. |