[issue15829] Threading Lock - Wrong Exception Name

Aug. 31, 2012
10:38 a.m.
Andrew Svetlov added the comment: ValueError can be referenced by :exc:`ValueError`. For ThreadError you can add section for describing this exception type like: .. exception:: ThreadError Raised when lock object cannot be acquired or released. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15829> _______________________________________
4617
Age (days ago)
4617
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andrew Svetlov