Commit ee8a4f57 authored by Alexander Belopolsky's avatar Alexander Belopolsky

Issue #28148: Added a NEWS entry.

parent 6a7f9106
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment