[issue27624] unclear documentation on Queue.qsize()
Doug Hoskisson
report at bugs.python.org
Tue Jul 26 09:00:53 EDT 2016
New submission from Doug Hoskisson:
The documentation for Queue.qsize():
"Return the approximate size of the queue."
"approximate" is unclear. It might suggest some strategy used for approximating, or it might be the exact size at an arbitrary time.
It should be made more clear.
----------
assignee: docs at python
components: Documentation
messages: 271362
nosy: Doug Hoskisson, docs at python
priority: normal
severity: normal
status: open
title: unclear documentation on Queue.qsize()
versions: Python 3.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27624>
_______________________________________
More information about the Python-bugs-list
mailing list