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.