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 nailor
Recipients docs@python, nailor
Date 2010-12-29.17:41:13
SpamBayes Score 0.00058070064
Marked as misclassified No
Message-id <1293644478.45.0.40426107256.issue10789@psf.upfronthosting.co.za>
In-reply-to
Content
In threading module, the Lock.acquire documentation is misleading. The signature suggests that the blocking can be given as a keyword argument but that would lead to an TypeError, as thread.lock.acquire does not accept keyword arguments.

The signature in documentation should be formatted as in thread.lock.acquire.
History
Date User Action Args
2010-12-29 17:41:18nailorsetrecipients: + nailor, docs@python
2010-12-29 17:41:18nailorsetmessageid: <1293644478.45.0.40426107256.issue10789@psf.upfronthosting.co.za>
2010-12-29 17:41:13nailorlinkissue10789 messages
2010-12-29 17:41:13nailorcreate