From: Martin v. Löwis Date: Tue, 31 Dec 2002 13:20:15 +0000 (+0000) Subject: Add getloadavg. X-Git-Tag: v2.3c1~2728 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b96152c42ef7bab052ae165ccacd0c3d6b4f7eed;p=python Add getloadavg. --- diff --git a/Misc/NEWS b/Misc/NEWS index 1efaf453c7..b5345bf254 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -414,8 +414,8 @@ Extension modules This will create a temporary in-memory bsddb that won't be written to disk. -- posix.lchown, posix.killpg, posix.mknod, and posix.getpgid have been - added where available. +- posix.getloadavg, posix.lchown, posix.killpg, posix.mknod, and + posix.getpgid have been added where available. - The locale module now exposes the C library's gettext interface. It also has a new function getpreferredencoding.