Skip to content

Commit

Permalink
Issue python#28148: 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 3e7a3cb commit 3b7cfd4
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 @@ -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.

Expand Down

0 comments on commit 3b7cfd4

Please sign in to comment.