[issue6787] thread docs contain an incorrect link in a reference to the 'exit' method

2009-08-27 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r74555, thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue6787] thread docs contain an incorrect link in a reference to the 'exit' method

2009-08-26 Thread R. David Murray
New submission from R. David Murray : In the Caveats section of the thread docs reference is made to the 'exit' method. The link generated, instead of being to the exit method in the thread module, is to the exit 'constant' section 4. -- assignee: georg.brandl components: Documentation