]> granicus.if.org Git - python/commitdiff
Do not mention 2.7+ behavior in the 2.6 docs.
authorGeorg Brandl <georg@python.org>
Fri, 21 May 2010 20:48:48 +0000 (20:48 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 21 May 2010 20:48:48 +0000 (20:48 +0000)
Doc/library/threading.rst

index a0a1fdde0a048299b4b379fae6363f525e595424..01f19a3d0ea0cb0343258c628badf32f8a7e10b8 100644 (file)
@@ -693,11 +693,7 @@ An event object manages an internal flag that can be set to true with the
       floating point number specifying a timeout for the operation in seconds
       (or fractions thereof).
 
-      This method returns the internal flag on exit, so it will always return
-      ``True`` except if a timeout is given and the operation times out.
-
-      .. versionchanged:: 2.7
-         Previously, the method always returned ``None``.
+      This method always returns ``None``.
 
 
 .. _timer-objects: