diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-12-29 18:21:47 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-12-29 18:21:47 (GMT) |
commit | 05bfe1fe77085a4588fcceb6b3960c0813d11d7e (patch) | |
tree | d4bbeb2c05807f3a399a8df94c03e476fb7745a7 /Misc | |
parent | 1efc23cc35e0224de9831362f0a6c6bc1e606948 (diff) | |
download | cpython-05bfe1fe77085a4588fcceb6b3960c0813d11d7e.zip cpython-05bfe1fe77085a4588fcceb6b3960c0813d11d7e.tar.gz cpython-05bfe1fe77085a4588fcceb6b3960c0813d11d7e.tar.bz2 |
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.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -154,6 +154,8 @@ Tools/Demos Extension Modules ----------------- +- Issue #1040026: Fix os.times result on systems where HZ is incorrect. + - Issues #3167, #3682: Fix test_math failures for log, log10 on Solaris, OpenBSD. |