This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, docs@python, mikehoy
Date 2012-08-31.10:38:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346409527.52.0.397382695898.issue15829@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-08-31 10:38:47asvetlovsetrecipients: + asvetlov, docs@python, mikehoy
2012-08-31 10:38:47asvetlovsetmessageid: <1346409527.52.0.397382695898.issue15829@psf.upfronthosting.co.za>
2012-08-31 10:38:47asvetlovlinkissue15829 messages
2012-08-31 10:38:46asvetlovcreate