commit | 4fb96f41f4525c25dcba386db96e5298e563cf65 | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Tue Feb 15 15:40:59 2011 +0000 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Tue Feb 15 15:40:59 2011 +0000 |
tree | d22aea3af41a09a568d84436d2d0255dfc0583ae | |
parent | 725cb96d8a37baefc6a5336c4c49d093549b4217 [diff] |
Merged revisions 87919 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87919 | alexander.belopolsky | 2011-01-10 20:21:25 -0500 (Mon, 10 Jan 2011) | 4 lines Issue #1726687: time.mktime() will now correctly compute value one second before epoch. Original patch by Peter Wang, reported by Martin Blais. ........