]> granicus.if.org Git - python/commitdiff
Updated version numbers from 2.7 to 3.2
authorBrian Curtin <brian.curtin@gmail.com>
Tue, 20 Apr 2010 15:28:06 +0000 (15:28 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Tue, 20 Apr 2010 15:28:06 +0000 (15:28 +0000)
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.
........

Doc/library/os.rst
Doc/library/signal.rst

index e32839937655228adc69cda2b829f9ef8c21407b..c41ee1b45256367d233ec5f9d717082bba4f6a34 100644 (file)
@@ -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
    process handles to be killed.
 
+   .. versionadded:: 3.2 Windows support
+
 
 .. function:: killpg(pgid, sig)
 
index 45b78a2e9d0d9249edda8f87a11fcbbe49c62f0d..7b40e8e67dab1f00407ac369bbadbb8632a85072 100644 (file)
@@ -77,16 +77,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:: 3.2
+
 
 .. data:: CTRL_BREAK_EVENT
 
    The signal corresponding to the CTRL+BREAK keystroke event.
-
    Availability: Windows.
 
+   .. versionadded:: 3.2
+
 
 .. data:: NSIG