From 47b66590f6299bb869122c6fef2c6490ace8b0f5 Mon Sep 17 00:00:00 2001 From: Facundo Batista Date: Mon, 25 Jan 2010 06:15:01 +0000 Subject: [PATCH] Added a note about Event.is_set() syntax being new to 2.6 --- Doc/library/threading.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 1440215394b..4627ca6d611 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