commit | 05bfe1fe77085a4588fcceb6b3960c0813d11d7e | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Dec 29 18:21:47 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Dec 29 18:21:47 2008 +0000 |
tree | d4bbeb2c05807f3a399a8df94c03e476fb7745a7 | |
parent | 1efc23cc35e0224de9831362f0a6c6bc1e606948 [diff] |
Merged revisions 68018 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68018 | martin.v.loewis | 2008-12-29 19:17:34 +0100 (Mo, 29 Dez 2008) | 2 lines Issue #1040026: Fix os.times result on systems where HZ is incorrect. ........