[Python-checkins] cpython (merge 3.6 -> default): Merged from 3.6

alexander.belopolsky python-checkins at python.org
Wed Sep 28 17:40:33 EDT 2016


https://hg.python.org/cpython/rev/f222508de71a
changeset:   104144:f222508de71a
parent:      104142:3ebcdaea4705
parent:      104143:3afad465b3e1
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Wed Sep 28 17:40:25 2016 -0400
summary:
  Merged from 3.6

files:
  Misc/NEWS |  7 +++++++
  1 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,13 @@
 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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list