mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add version info for os.kill and signal changes from #1220212.
This commit is contained in:
parent
1c3d193960
commit
1f8dd363b7
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue