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 yonoho
Recipients docs@python, yonoho
Date 2014-01-23.15:55:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390492503.52.0.179791157222.issue20370@psf.upfronthosting.co.za>
In-reply-to
Content
In docs of Library reference-17.1.3 :
threading.Lock.acquire(blocking=True,timeout=-1):
line3 said: If a call with blocking set to True would block, return False immediately

Here I suspect the blocking argument ought to be False as described subsequently.
If it's set to True,it would block but return False immediately.


P.S. first try of a non-native English speaker,do not care if any syntax error was made up there,please
History
Date User Action Args
2014-01-23 15:55:03yonohosetrecipients: + yonoho, docs@python
2014-01-23 15:55:03yonohosetmessageid: <1390492503.52.0.179791157222.issue20370@psf.upfronthosting.co.za>
2014-01-23 15:55:03yonoholinkissue20370 messages
2014-01-23 15:55:03yonohocreate