From: Facundo Batista Date: Mon, 25 Jan 2010 06:15:01 +0000 (+0000) Subject: Added a note about Event.is_set() syntax being new to 2.6 X-Git-Tag: v2.7a3~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47b66590f6299bb869122c6fef2c6490ace8b0f5;p=thirdparty%2FPython%2Fcpython.git Added a note about Event.is_set() syntax being new to 2.6 --- diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 1440215394b6..4627ca6d6116 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