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 mikehoy
Recipients mikehoy
Date 2012-08-31.09:55:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346406935.1.0.0548021295601.issue15829@psf.upfronthosting.co.za>
In-reply-to
Content
From the Docs mailing list:

>Hi

>I found a bug in python docs which can be accessed at links:
>http://docs.python.org/library/threading.html#lock-objects
>http://docs.python.org/py3k/library/threading.html#lock-objects

>Bug is in second paragraph describing threading.Lock. I found that >statement:
>"If an attempt is made to release an unlocked lock, a RuntimeError will >be raised."
>Which is not true, name of exception is wrong it should be (and it >relay is) ThreadError (from threading module)

>Could someone fix it?

>-- 
>Br,
>Slawomir Kuszczynski
History
Date User Action Args
2012-08-31 09:55:35mikehoysetrecipients: + mikehoy
2012-08-31 09:55:35mikehoysetmessageid: <1346406935.1.0.0548021295601.issue15829@psf.upfronthosting.co.za>
2012-08-31 09:55:34mikehoylinkissue15829 messages
2012-08-31 09:55:34mikehoycreate