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.7.0b4.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.7.0b4.rst')
-rw-r--r-- | Misc/NEWS.d/3.7.0b4.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.7.0b4.rst b/Misc/NEWS.d/3.7.0b4.rst index 55c6068..1d4fc92 100644 --- a/Misc/NEWS.d/3.7.0b4.rst +++ b/Misc/NEWS.d/3.7.0b4.rst @@ -174,7 +174,6 @@ Patch by Stéphane Blondon. Fixed regression when running pydoc with the :option:`-m` switch. (The regression was introduced in 3.7.0b3 by the resolution of :issue:`33053`) - This fix also changed pydoc to add ``os.getcwd()`` to :data:`sys.path` when necessary, rather than adding ``"."``. |