commit | b3e7219abfdb52321b7e8f1f57499ece23a7d2f8 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sun May 08 01:46:11 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sun May 08 01:46:11 2011 +0200 |
tree | 59c85547d493099af2365d7ccf48245d501b11b0 | |
parent | 2c736bb38ec6089f5360e6a7f2f76a70fb869352 [diff] [blame] |
Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the signal module.
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index eca51dc..7609580 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst
@@ -2284,6 +2284,8 @@ will be set to *sig*. The Windows version of :func:`kill` additionally takes process handles to be killed. + See also :func:`signal.pthread_kill`. + .. versionadded:: 3.2 Windows support.