]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #1726687: time.mktime() will now correctly compute value one
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Tue, 11 Jan 2011 01:21:25 +0000 (01:21 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Tue, 11 Jan 2011 01:21:25 +0000 (01:21 +0000)
commitb7d40d170248fb2419d068c6b0647ed262e3427f
tree371979019361255b821b548001f2e24821bce658
parent723447958070683deb3ff32d793c4bb731d325b7
Issue #1726687: time.mktime() will now correctly compute value one
second before epoch.  Original patch by Peter Wang, reported by Martin
Blais.
Lib/test/test_time.py
Modules/timemodule.c