Add version info for os.kill and signal changes from #1220212.

This commit is contained in:
Brian Curtin 2010-04-20 15:23:18 +00:00
parent 1c3d193960
commit 1f8dd363b7
2 changed files with 6 additions and 2 deletions

View File

@ -1735,6 +1735,8 @@ written in Python, such as a mail server's external command delivery program.
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)

View File

@ -78,16 +78,18 @@ The variables defined in the :mod:`signal` module are:
.. data:: CTRL_C_EVENT
The signal corresponding to the CTRL+C keystroke event.
Availability: Windows.
.. versionadded:: 2.7
.. data:: CTRL_BREAK_EVENT
The signal corresponding to the CTRL+BREAK keystroke event.
Availability: Windows.
.. versionadded:: 2.7
.. data:: NSIG