[New-bugs-announce] [issue34878] Lock Objects documentation bug

ulrich.stern report at bugs.python.org
Tue Oct 2 19:41:46 EDT 2018


New submission from ulrich.stern <ulrich.stern at 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 at python
components: Documentation
messages: 326926
nosy: docs at 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 <report at bugs.python.org>
<https://bugs.python.org/issue34878>
_______________________________________


More information about the New-bugs-announce mailing list