diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 94f75ed4a3a..a0a1fdde0a0 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst @@ -667,6 +667,9 @@ An event object manages an internal flag that can be set to true with the Return true if and only if the internal flag is true. + .. versionchanged:: 2.6 + The ``is_set()`` syntax is new. + .. method:: set() Set the internal flag to true. All threads waiting for it to become true