mirror of
https://github.com/python/cpython.git
synced 2026-01-07 07:52:29 +00:00
Issue #28148: Added a NEWS entry.
This commit is contained in:
parent
3e7a3cb903
commit
3b7cfd4ffe
1 changed files with 7 additions and 0 deletions
|
|
@ -44,6 +44,13 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #28148: Stop using localtime() and gmtime() in the time
|
||||
module.
|
||||
|
||||
Introduced platform independent _PyTime_localtime API that is
|
||||
similar to POSIX localtime_r, but available on all platforms. Patch
|
||||
by Ed Schouten.
|
||||
|
||||
- Issue #28253: Fixed calendar functions for extreme months: 0001-01
|
||||
and 9999-12.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue