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@python
components: Documentation
messages: 208962
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20370>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to