Issue #1040026: Fix os.times result on systems where HZ is incorrect.

This commit is contained in:
Martin v. Löwis 2008-12-29 18:17:34 +00:00
parent 7af65568ff
commit 03824e45f6
2 changed files with 18 additions and 9 deletions

View file

@ -246,6 +246,8 @@ C-API
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.