diff options
author | Raymond Hettinger <python@rcn.com> | 2009-04-09 00:08:24 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-04-09 00:08:24 (GMT) |
commit | 35a88363a5a76872699763bef51e7ef628b855e9 (patch) | |
tree | 8f1ce8e9f9afe9d2d71995887955b3b201df6613 /Doc/library/threading.rst | |
parent | 2a39e0f98e915a6c53dce051a0fc02e5fd25f018 (diff) | |
download | cpython-35a88363a5a76872699763bef51e7ef628b855e9.zip cpython-35a88363a5a76872699763bef51e7ef628b855e9.tar.gz cpython-35a88363a5a76872699763bef51e7ef628b855e9.tar.bz2 |
Update whatsnew based on doc search.
Diffstat (limited to 'Doc/library/threading.rst')
-rw-r--r-- | Doc/library/threading.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ An event object manages an internal flag that can be set to true with the 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``. |