summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.5.3rc1.rst
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2019-05-09 19:52:32 (GMT)
committerGitHub <noreply@github.com>2019-05-09 19:52:32 (GMT)
commit137be34180a20dba53948d126b961069f299f153 (patch)
treea91ab5d8b46f39f705ee40d9b5f014f6106eda0a /Misc/NEWS.d/3.5.3rc1.rst
parenta076e4f5e42b85664693191d04cfb33e2f9acfa5 (diff)
downloadcpython-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.3rc1.rst')
-rw-r--r--Misc/NEWS.d/3.5.3rc1.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.5.3rc1.rst b/Misc/NEWS.d/3.5.3rc1.rst
index 21ee2b5..037cfe4 100644
--- a/Misc/NEWS.d/3.5.3rc1.rst
+++ b/Misc/NEWS.d/3.5.3rc1.rst
@@ -751,7 +751,6 @@ command.
.. section: Library
Fixed calendar functions for extreme months: 0001-01 and 9999-12.
-
Methods itermonthdays() and itermonthdays2() are reimplemented so that they
don't call itermonthdates() which can cause datetime.date under/overflow.