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

Skip to content

Commit 1dc7aa4

Browse files
committed
Issue #28253: Added a NEWS entry.
1 parent e3fd248 commit 1dc7aa4

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
@@ -44,6 +44,13 @@ Core and Builtins
4444
Library
4545
-------
4646

47+
- Issue #28253: Fixed calendar functions for extreme months: 0001-01
48+
and 9999-12.
49+
50+
Methods itermonthdays() and itermonthdays2() are reimplemented so
51+
that they don't call itermonthdates() which can cause datetime.date
52+
under/overflow.
53+
4754
- Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
4855
Original patch by John Leitch.
4956

0 commit comments

Comments
 (0)