mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Updated version numbers from 2.7 to 3.2
Merged revisions 80265 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80265 | brian.curtin | 2010-04-20 10:23:18 -0500 (Tue, 20 Apr 2010) | 2 lines Add version info for os.kill and signal changes from #1220212. ........
This commit is contained in:
parent
6cf3e616e4
commit
904bd39afb
2 changed files with 6 additions and 2 deletions
|
@ -1500,6 +1500,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
|
will be set to *sig*. The Windows version of :func:`kill` additionally takes
|
||||||
process handles to be killed.
|
process handles to be killed.
|
||||||
|
|
||||||
|
.. versionadded:: 3.2 Windows support
|
||||||
|
|
||||||
|
|
||||||
.. function:: killpg(pgid, sig)
|
.. function:: killpg(pgid, sig)
|
||||||
|
|
||||||
|
|
|
@ -77,16 +77,18 @@ The variables defined in the :mod:`signal` module are:
|
||||||
.. data:: CTRL_C_EVENT
|
.. data:: CTRL_C_EVENT
|
||||||
|
|
||||||
The signal corresponding to the CTRL+C keystroke event.
|
The signal corresponding to the CTRL+C keystroke event.
|
||||||
|
|
||||||
Availability: Windows.
|
Availability: Windows.
|
||||||
|
|
||||||
|
.. versionadded:: 3.2
|
||||||
|
|
||||||
|
|
||||||
.. data:: CTRL_BREAK_EVENT
|
.. data:: CTRL_BREAK_EVENT
|
||||||
|
|
||||||
The signal corresponding to the CTRL+BREAK keystroke event.
|
The signal corresponding to the CTRL+BREAK keystroke event.
|
||||||
|
|
||||||
Availability: Windows.
|
Availability: Windows.
|
||||||
|
|
||||||
|
.. versionadded:: 3.2
|
||||||
|
|
||||||
|
|
||||||
.. data:: NSIG
|
.. data:: NSIG
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue