]> granicus.if.org Git - python/commitdiff
Add version info for os.kill and signal changes from #1220212.
authorBrian Curtin <brian.curtin@gmail.com>
Tue, 20 Apr 2010 15:23:18 +0000 (15:23 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Tue, 20 Apr 2010 15:23:18 +0000 (15:23 +0000)
Doc/library/os.rst
Doc/library/signal.rst

index e5e00d06c06bdc4a8edb3ca18afa0b5ceb67c666..6777196f763fa72910304f7ce7c56b6646e8cbad 100644 (file)
@@ -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)
 
index 300c71762bffff71dd32e6275db727c50b6cf5da..8ac7bee0f0c080fb2243d6433047967d080e00fb 100644 (file)
@@ -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