diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-21 07:16:43 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-21 07:16:43 (GMT) |
commit | f8754a60a80f255a18ad00ec6eac8764871ceca8 (patch) | |
tree | e6e5dc51044103973e3f5b2506f8e0d568426045 /Doc/library/threading.rst | |
parent | 75634948771e3329fea1675cdac409bfa0893992 (diff) | |
download | cpython-f8754a60a80f255a18ad00ec6eac8764871ceca8.zip cpython-f8754a60a80f255a18ad00ec6eac8764871ceca8.tar.gz cpython-f8754a60a80f255a18ad00ec6eac8764871ceca8.tar.bz2 |
Update versionadded/changed.
Diffstat (limited to 'Doc/library/threading.rst')
-rw-r--r-- | Doc/library/threading.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 5ce6125..f642111 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst @@ -647,9 +647,6 @@ 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 |