(original) (raw)

changeset: 104120:1f1a085f533f branch: 3.6 parent: 104116:cd384c4b441a user: Alexander Belopolsky alexander.belopolsky@gmail.com date: Tue Sep 27 20:34:17 2016 -0400 files: Misc/NEWS description: Issue #28253: Added a NEWS entry. diff -r cd384c4b441a -r 1f1a085f533f Misc/NEWS --- a/Misc/NEWS Tue Sep 27 20:27:55 2016 -0400 +++ b/Misc/NEWS Tue Sep 27 20:34:17 2016 -0400 @@ -44,6 +44,13 @@ 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. /alexander.belopolsky@gmail.com