Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fd248 commit 1dc7aa4Copy full SHA for 1dc7aa4
1 file changed
Misc/NEWS
@@ -44,6 +44,13 @@ Core and Builtins
44
Library
45
-------
46
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
54
- Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
55
Original patch by John Leitch.
56
0 commit comments