commit | 1f8dd363b72a018842d2cb4bdd5dc2d31f6d53df | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Tue Apr 20 15:23:18 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Tue Apr 20 15:23:18 2010 +0000 |
tree | b841016aac475dc2b0696949e85ffff9a59f4676 | |
parent | 1c3d1939602341cf7a6ba5a76a99f07b32731d46 [diff] [blame] |
Add version info for os.kill and signal changes from #1220212.
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index e5e00d0..6777196 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst
@@ -1735,6 +1735,8 @@ will be set to *sig*. The Windows version of :func:`kill` additionally takes process handles to be killed. + .. versionadded:: 2.7 Windows support + .. function:: killpg(pgid, sig)