Commit f6b3066b authored by Georg Brandl's avatar Georg Brandl

Merged revisions 77741 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77741 | facundo.batista | 2010-01-25 07:15:01 +0100 (Mo, 25 Jan 2010) | 3 lines

  Added a note about Event.is_set() syntax being new to 2.6
........
parent a0995deb
...@@ -667,6 +667,9 @@ An event object manages an internal flag that can be set to true with the ...@@ -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. Return true if and only if the internal flag is true.
.. versionchanged:: 2.6
The ``is_set()`` syntax is new.
.. method:: set() .. method:: set()
Set the internal flag to true. All threads waiting for it to become true Set the internal flag to true. All threads waiting for it to become true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment