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 amysyk
Recipients amysyk
Date 2013-04-27.04:55:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367038556.41.0.738438135734.issue17851@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-04-27 04:55:56amysyksetrecipients: + amysyk
2013-04-27 04:55:56amysyksetmessageid: <1367038556.41.0.738438135734.issue17851@psf.upfronthosting.co.za>
2013-04-27 04:55:56amysyklinkissue17851 messages
2013-04-27 04:55:55amysykcreate