[New-bugs-announce] [issue46723] SimpleQueue.put_nowait() documentation error
Antony Cardazzi
report at bugs.python.org
Fri Feb 11 12:12:33 EST 2022
New submission from Antony Cardazzi <antonycardazzi at gmail.com>:
SimpleQueue.put_nowait(item) documentation says it is equivalent to SimpleQueue.put(item) when it's actually equivalent to Simple que.put(item, block=False)
----------
assignee: docs at python
components: Documentation
messages: 413087
nosy: antonycardazzi, docs at python
priority: normal
severity: normal
status: open
title: SimpleQueue.put_nowait() documentation error
type: behavior
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46723>
_______________________________________
More information about the New-bugs-announce
mailing list