[New-bugs-announce] [issue26294] Queue().unfinished_tasks not in docs - deliberate?

Frank Millman report at bugs.python.org
Fri Feb 5 04:00:58 EST 2016


New submission from Frank Millman:

dir(queue.Queue()) shows an attribute 'unfinished_tasks'.

It appears to be the counter referred to in the docs to 'join()', but it is not documented itself.

I would like to make use of it, but I don't know if it is part of the official API for this module.

Please advise.

----------
assignee: docs at python
components: Documentation
messages: 259645
nosy: docs at python, frankmillman
priority: normal
severity: normal
status: open
title: Queue().unfinished_tasks not in docs - deliberate?
versions: Python 3.4, Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26294>
_______________________________________


More information about the New-bugs-announce mailing list