Issue #28253: Added a NEWS entry.

This commit is contained in:
Alexander Belopolsky 2016-09-27 20:34:17 -04:00
parent e3fd248c77
commit 1dc7aa4d2e
1 changed files with 7 additions and 0 deletions

View File

@ -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.