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 1440215..4627ca6 100644
--- a/Doc/library/threading.rst
+++ b/Doc/library/threading.rst
@@ -667,6 +667,9 @@
 
       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