summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2016-09-28 21:31:35 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2016-09-28 21:31:35 (GMT)
commit3e7a3cb903258321a17265a1c01976f88e7b72fc (patch)
treee848e2281c28dfccf6a277876c60b040579fec2b /Misc
parente5ccf3d699162e896b2bf7560d42d77a82405c5e (diff)
downloadcpython-3e7a3cb903258321a17265a1c01976f88e7b72fc.zip
cpython-3e7a3cb903258321a17265a1c01976f88e7b72fc.tar.gz
cpython-3e7a3cb903258321a17265a1c01976f88e7b72fc.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 34d2fd3..f55583b 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1340,6 +1340,7 @@ Michael Schneider
Peter Schneider-Kamp
Arvin Schnell
Nofar Schnider
+Ed Schouten
Scott Schram
Robin Schreiber
Chad J. Schroeder