[Python-checkins] cpython (3.6): Issue #28148: Added a NEWS entry.
alexander.belopolsky
python-checkins at python.org
Wed Sep 28 17:40:33 EDT 2016
https://hg.python.org/cpython/rev/3afad465b3e1
changeset: 104143:3afad465b3e1
branch: 3.6
parent: 104141:c81b9107ec42
user: Alexander Belopolsky <alexander.belopolsky at gmail.com>
date: Wed Sep 28 17:39:29 2016 -0400
summary:
Issue #28148: Added a NEWS entry.
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
@@ -44,6 +44,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