diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2016-09-28 21:31:35 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2016-09-28 21:31:35 (GMT) |
commit | 3e7a3cb903258321a17265a1c01976f88e7b72fc (patch) | |
tree | e848e2281c28dfccf6a277876c60b040579fec2b /Misc | |
parent | e5ccf3d699162e896b2bf7560d42d77a82405c5e (diff) | |
download | cpython-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/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1340,6 +1340,7 @@ Michael Schneider Peter Schneider-Kamp Arvin Schnell Nofar Schnider +Ed Schouten Scott Schram Robin Schreiber Chad J. Schroeder |