summaryrefslogtreecommitdiffstats
path: root/Doc/library/signal.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/signal.rst')
-rw-r--r--Doc/library/signal.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst
index 300c717..8ac7bee 100644
--- a/Doc/library/signal.rst
+++ b/Doc/library/signal.rst
@@ -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