]> granicus.if.org Git - python/commit
bpo-32523: Simplifying news entries with multiple paragraphs. (GH-8154)
authorJulien Palard <julien@palard.fr>
Thu, 9 May 2019 19:52:32 +0000 (21:52 +0200)
committerGitHub <noreply@github.com>
Thu, 9 May 2019 19:52:32 +0000 (21:52 +0200)
commit137be34180a20dba53948d126b961069f299f153
treea91ab5d8b46f39f705ee40d9b5f014f6106eda0a
parenta076e4f5e42b85664693191d04cfb33e2f9acfa5
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).
18 files changed:
Misc/NEWS.d/3.5.0a2.rst
Misc/NEWS.d/3.5.2rc1.rst
Misc/NEWS.d/3.5.3rc1.rst
Misc/NEWS.d/3.5.4rc1.rst
Misc/NEWS.d/3.5.5rc1.rst
Misc/NEWS.d/3.6.0a1.rst
Misc/NEWS.d/3.6.0b2.rst
Misc/NEWS.d/3.6.2rc1.rst
Misc/NEWS.d/3.6.3rc1.rst
Misc/NEWS.d/3.6.4rc1.rst
Misc/NEWS.d/3.6.5rc1.rst
Misc/NEWS.d/3.7.0a1.rst
Misc/NEWS.d/3.7.0a2.rst
Misc/NEWS.d/3.7.0a3.rst
Misc/NEWS.d/3.7.0a4.rst
Misc/NEWS.d/3.7.0b1.rst
Misc/NEWS.d/3.7.0b2.rst
Misc/NEWS.d/3.7.0b4.rst