From 1dc7aa4d2ee16f3a4e86ce9c64558eecc43e7a89 Mon Sep 17 00:00:00 2001 From: Alexander Belopolsky Date: Tue, 27 Sep 2016 20:34:17 -0400 Subject: [PATCH] Issue #28253: Added a NEWS entry. --- Misc/NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 67b2274958..8887d5cc5d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -44,6 +44,13 @@ Core and Builtins Library ------- +- Issue #28253: 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. + - Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). Original patch by John Leitch. -- 2.50.1