commit | 059061a237d6b6358bc22f9257de3cbb0a523483 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon Apr 18 16:34:31 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon Apr 18 16:34:31 2011 +0200 |
tree | 8f05316b9a582b496cee74f6e8de619de4889af4 | |
parent | 33feeab598f5b0926a2835837c70c257f9be6749 [diff] [blame] |
Issue #11768: signal.set_wakeup_fd() and PySignal_SetWakeupFd() added in 2.6 Fix the documentation.
diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst index 74ff78d..9229117 100644 --- a/Doc/library/signal.rst +++ b/Doc/library/signal.rst
@@ -204,6 +204,8 @@ attempting to call it from other threads will cause a :exc:`ValueError` exception to be raised. + .. versionadded:: 2.6 + .. function:: siginterrupt(signalnum, flag)