projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96a60e4
)
Add getloadavg.
author
Martin v. Löwis
<martin@v.loewis.de>
Tue, 31 Dec 2002 13:20:15 +0000
(13:20 +0000)
committer
Martin v. Löwis
<martin@v.loewis.de>
Tue, 31 Dec 2002 13:20:15 +0000
(13:20 +0000)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index 1efaf453c7b097df432d5a1b5ab065b73d7e7001..b5345bf254e56f196ef6ade765a59d5a5fdbef3a 100644
(file)
--- 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.