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 arigo
Recipients arigo, docs@python
Date 2013-01-31.16:58:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359651487.53.0.770851412418.issue17091@psf.upfronthosting.co.za>
In-reply-to
Content
The docstring of thread.lock.acquire() (or _thread on Python 3) is bogus: it says that if called without argument, the return value is None; it is only if called with a "blocking" argument that it returns True or False.  But since a long time it was always returning a boolean, never None.
History
Date User Action Args
2013-01-31 16:58:07arigosetrecipients: + arigo, docs@python
2013-01-31 16:58:07arigosetmessageid: <1359651487.53.0.770851412418.issue17091@psf.upfronthosting.co.za>
2013-01-31 16:58:07arigolinkissue17091 messages
2013-01-31 16:58:07arigocreate