mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #9524: Document that two CTRL* signals are meant for use only
with os.kill.
This commit is contained in:
parent
6fc4ade2bb
commit
f045d775fd
2 changed files with 9 additions and 2 deletions
|
@ -76,7 +76,9 @@ 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. This signal can
|
||||||
|
only be used with :func:`os.kill`.
|
||||||
|
|
||||||
Availability: Windows.
|
Availability: Windows.
|
||||||
|
|
||||||
.. versionadded:: 3.2
|
.. versionadded:: 3.2
|
||||||
|
@ -84,7 +86,9 @@ The variables defined in the :mod:`signal` module are:
|
||||||
|
|
||||||
.. 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. This signal can
|
||||||
|
only be used with :func:`os.kill`.
|
||||||
|
|
||||||
Availability: Windows.
|
Availability: Windows.
|
||||||
|
|
||||||
.. versionadded:: 3.2
|
.. versionadded:: 3.2
|
||||||
|
|
|
@ -1849,6 +1849,9 @@ Build
|
||||||
Documentation
|
Documentation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
- Issue #9524: Document that two CTRL* signals are meant for use only
|
||||||
|
with os.kill.
|
||||||
|
|
||||||
- Issue #9255: Document that the 'test' package is meant for internal Python use
|
- Issue #9255: Document that the 'test' package is meant for internal Python use
|
||||||
only.
|
only.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue