summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-06-13 21:09:11 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-06-13 21:09:11 (GMT)
commit606edc1d971a0c5e4f5d379ecfa69f42b5b1d691 (patch)
treea2145d170070b80f06ff05e2285f02a5e8fe9056 /Misc
parent14f8b4cfcb98de74b9c6e9316539be9e2a5cd31f (diff)
downloadcpython-606edc1d971a0c5e4f5d379ecfa69f42b5b1d691.zip
cpython-606edc1d971a0c5e4f5d379ecfa69f42b5b1d691.tar.gz
cpython-606edc1d971a0c5e4f5d379ecfa69f42b5b1d691.tar.bz2
Patch #568235: Add posix.setpgid.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 767c3a5..383614f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -114,7 +114,8 @@ Extension modules
This will create a temporary in-memory bsddb that won't be
written to disk.
-- posix.killpg and posix.mknod have been added where available.
+- posix.killpg, posix.mknod, and posix.getpgid have been added where
+ available.
- The locale module now exposes the C library's gettext interface.