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

2014-01-23 Thread July
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

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

2014-01-23 Thread July
July added the comment: a sad story of a non-native English speaker,I just realized that it's me misunderstanding the sentence. well, close it. -- resolution: -> invalid status: open -> closed ___ Python tracker