mirror of
https://github.com/python/cpython.git
synced 2025-09-29 19:56:59 +00:00
Issue #28253: Added a NEWS entry.
This commit is contained in:
parent
4e7b4e8c18
commit
f2a913e53b
1 changed files with 7 additions and 0 deletions
|
@ -50,6 +50,13 @@ Core and Builtins
|
||||||
Library
|
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().
|
- Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
|
||||||
Original patch by John Leitch.
|
Original patch by John Leitch.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue