diff options
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/threading.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index b94021b..e6185c5 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst @@ -400,7 +400,8 @@ All methods are executed atomically. The *timeout* parameter is new. .. versionchanged:: 3.2 - Lock acquires can now be interrupted by signals on POSIX. + Lock acquisition can now be interrupted by signals on POSIX if the + underlying threading implementation supports it. .. method:: release() |