Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2a913e

Browse files
committed
Issue #28253: Added a NEWS entry.
1 parent 4e7b4e8 commit f2a913e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ Core and Builtins
5050
Library
5151
-------
5252

53+
- Issue #28253: Fixed calendar functions for extreme months: 0001-01
54+
and 9999-12.
55+
56+
Methods itermonthdays() and itermonthdays2() are reimplemented so
57+
that they don't call itermonthdates() which can cause datetime.date
58+
under/overflow.
59+
5360
- Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
5461
Original patch by John Leitch.
5562

0 commit comments

Comments
 (0)