commit | 11a3061096cbaa64438008cedf6d97df5e569457 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Fri Jul 23 12:30:10 2010 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Fri Jul 23 12:30:10 2010 +0000 |
tree | 4a390b9ba510c552b84543c910bdc0bf2330caf5 | |
parent | 21b44e0ea2f7af6efca3c8c91e40c820cf296f91 [diff] |
Merged revisions 83080 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83080 | brett.cannon | 2010-07-23 13:26:35 +0100 (Fri, 23 Jul 2010) | 5 lines Clarify the wording for threading.is_alive() to not suggest something is "roughly" done. Closes issue 9339. Thanks Brian Brazil for the patch. ........