diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-12-31 13:20:15 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-12-31 13:20:15 (GMT) |
commit | b96152c42ef7bab052ae165ccacd0c3d6b4f7eed (patch) | |
tree | 0ef192b727b0c08f989dd28132ad2e065de84265 /Misc | |
parent | 96a60e4af574d72f14ad70fc4db5986e1ad42aa5 (diff) | |
download | cpython-b96152c42ef7bab052ae165ccacd0c3d6b4f7eed.zip cpython-b96152c42ef7bab052ae165ccacd0c3d6b4f7eed.tar.gz cpython-b96152c42ef7bab052ae165ccacd0c3d6b4f7eed.tar.bz2 |
Add getloadavg.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |