[Python-checkins] r81413 - python/branches/release26-maint/Doc/library/threading.rst

georg.brandl python-checkins at python.org
Fri May 21 22:48:49 CEST 2010


Author: georg.brandl
Date: Fri May 21 22:48:48 2010
New Revision: 81413

Log:
Do not mention 2.7+ behavior in the 2.6 docs.

Modified:
   python/branches/release26-maint/Doc/library/threading.rst

Modified: python/branches/release26-maint/Doc/library/threading.rst
==============================================================================
--- python/branches/release26-maint/Doc/library/threading.rst	(original)
+++ python/branches/release26-maint/Doc/library/threading.rst	Fri May 21 22:48:48 2010
@@ -693,11 +693,7 @@
       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:


More information about the Python-checkins mailing list