commit | 35a88363a5a76872699763bef51e7ef628b855e9 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Apr 09 00:08:24 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Apr 09 00:08:24 2009 +0000 |
tree | 8f1ce8e9f9afe9d2d71995887955b3b201df6613 | |
parent | 2a39e0f98e915a6c53dce051a0fc02e5fd25f018 [diff] [blame] |
Update whatsnew based on doc search.
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 12cf2e8..2b66461 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst
@@ -687,7 +687,7 @@ 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 + .. versionchanged:: 3.1 Previously, the method always returned ``None``.