diff options
Diffstat (limited to 'Doc/library/threading.rst')
-rw-r--r-- | Doc/library/threading.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 282d705..371ac90 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst @@ -408,6 +408,9 @@ All methods are executed atomically. .. versionchanged:: 3.2 The *timeout* parameter is new. + .. versionchanged:: 3.2 + Lock acquires can now be interrupted by signals on POSIX. + .. method:: Lock.release() |