diff options
Diffstat (limited to 'Doc/library/threading.rst')
-rw-r--r-- | Doc/library/threading.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index d205e17..88aeaca 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst @@ -713,7 +713,7 @@ call release as many times the lock has been acquired can lead to deadlock. Return a boolean indicating whether this object is locked right now. - .. versionadded:: next + .. versionadded:: 3.14 .. _condition-objects: @@ -812,7 +812,7 @@ item to the buffer only needs to wake up one consumer thread. Return a boolean indicating whether this object is locked right now. - .. versionadded:: next + .. versionadded:: 3.14 .. method:: wait(timeout=None) |