Skip to content

Commit

Permalink
Issue python#28253: Added a NEWS entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
abalkin committed Sep 28, 2016
1 parent 4e7b4e8 commit f2a913e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,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.

Expand Down

0 comments on commit f2a913e

Please sign in to comment.