New submission from ulrich.stern <ulrich.st...@gmail.com>:

The first sentence of the documentation for Lock Objects 
(https://docs.python.org/2/library/threading.html#lock-objects) seems 
incorrect.  It currently states "A primitive lock is a synchronization 
primitive that is not owned by a particular thread when locked."  The "not" 
should be deleted.  (Alternatively, one could change "locked" to "unlocked.")

----------
assignee: docs@python
components: Documentation
messages: 326926
nosy: docs@python, ulrich.stern
priority: normal
severity: normal
status: open
title: Lock Objects documentation bug
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

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

Reply via email to