Kaydet (Commit) 1dc7aa4d authored tarafından Alexander Belopolsky's avatar Alexander Belopolsky

Issue #28253: Added a NEWS entry.

üst e3fd248c
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment