[docs] [issue15829] Threading Lock - Wrong Exception Name

Mike Hoy report at bugs.python.org
Fri Aug 31 12:27:20 CEST 2012


Mike Hoy added the comment:

>>I think RuntimeError should be replaced by ThreadingError for _RLock >>and Condition implementations as well as docs need to be updated.
>>
>>Also I think this patch should be applied to 3.4 only, it is >>enchacement, not bugfix.
>>About fixing docs for 2.7-3.3: I see nothing wrong if current >>inconsistency will be documented, perhaps as *warning* or *note* block.

I should warn that ThreadError or `ThreadError` has no link. I've tried to find a place in the docs I could link to but haven't yet. `ValueError` does have a link.

----------
type: enhancement -> 

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15829>
_______________________________________


More information about the docs mailing list