New submission from Andriy Mysyk:

No need for comma in "which one of the waiting threads proceeds is not defined, 
and may vary across implementations."

"Once a thread has acquired a lock, subsequent attempts to acquire it block, 
until it is released; any thread may release it" should read "are blocked" 
instead of "block."


/Documents/python/cpython/Doc/build/html/library/threading.html

----------
messages: 187887
nosy: amysyk
priority: normal
severity: normal
status: open
title: Grammar errors in threading.Lock documentation
type: enhancement
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17851>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to