Commit 1f8dd363 authored by Brian Curtin's avatar Brian Curtin

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

parent 1c3d1939
......@@ -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)
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment