[docs] [issue20370] Docs error in Library reference-17.1.3 threading.Lock.acquire()

July report at bugs.python.org
Thu Jan 23 16:55:03 CET 2014


New submission from July:

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

----------
assignee: docs at python
components: Documentation
messages: 208962
nosy: docs at python, yonoho
priority: normal
severity: normal
status: open
title: Docs error in Library reference-17.1.3 threading.Lock.acquire()
type: enhancement
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20370>
_______________________________________


More information about the docs mailing list