commit | 710fb8bf4597f1c81f1fc50a6b174fc04c68dc42 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Dec 13 15:14:30 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Dec 13 15:14:30 2008 +0000 |
tree | c45ad4dc8c853e5abaab262783ad9df00946e1ac | |
parent | c252d9bc08ccd28578acbe7ab06843801af29c61 [diff] [blame] |
Issue #1040026: Fix os.times result on systems where HZ is incorrect.
diff --git a/Misc/NEWS b/Misc/NEWS index 161668e..fa5ceb6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -225,6 +225,8 @@ Extension Modules ----------------- +- Issue #1040026: Fix os.times result on systems where HZ is incorrect. + - Issue #4228: Pack negative values the same way as 2.4 in struct's L format. - Security Issue #2: imageop did not validate arguments correctly and could