]> granicus.if.org Git - python/commitdiff
Issue #28148: Added a NEWS entry.
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 28 Sep 2016 21:39:29 +0000 (17:39 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 28 Sep 2016 21:39:29 +0000 (17:39 -0400)
Misc/NEWS

index 8887d5cc5dcec1250920bff78d3c410dd40baaa1..00af6f628e48ba04342e37a768eb8d861a6004e1 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.