diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-02-16 23:35:41 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-02-16 23:35:41 (GMT) |
commit | b2c92f44d4572615b14671a5b3d0cace1c2b1511 (patch) | |
tree | 7b096e5f897ebe77875c840db97f789830e5091e /Misc | |
parent | b4779c3496b9aea6fca7717015985e72e9127a2e (diff) | |
download | cpython-b2c92f44d4572615b14671a5b3d0cace1c2b1511.zip cpython-b2c92f44d4572615b14671a5b3d0cace1c2b1511.tar.gz cpython-b2c92f44d4572615b14671a5b3d0cace1c2b1511.tar.bz2 |
Patch #511193: Implement killpg in posixmodule.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Core and builtins Previously, an xreadlines object was returned which would raise a ValueError when the xreadlines.next() method was called. +- posix.killpg has been added where available. + Extension modules - dl now builds on every system that has dlfcn.h. Failure in case |