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 4e7b4e8 commit f2a913eCopy full SHA for f2a913e
1 file changed
Misc/NEWS
@@ -50,6 +50,13 @@ Core and Builtins
50
Library
51
-------
52
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
60
- Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
61
Original patch by John Leitch.
62
0 commit comments