commit | 03824e45f67715b58eb03397c6a58aaaecf637fb | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Dec 29 18:17:34 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Dec 29 18:17:34 2008 +0000 |
tree | e3264da9d81f3308d36dfca3420782ab5eb92abf | |
parent | 7af65568ffd047de653ec9a87e4217bbfdc9d43c [diff] [blame] |
Issue #1040026: Fix os.times result on systems where HZ is incorrect.
diff --git a/Misc/NEWS b/Misc/NEWS index 78d9780..1fd8d33 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -246,6 +246,8 @@ 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.