[docs] [issue27624] unclear documentation on Queue.qsize()

Doug Hoskisson report at bugs.python.org
Tue Jul 26 15:13:21 EDT 2016


Doug Hoskisson added the comment:

The way that this whole page of documentation is written does not suggest that this class is ONLY for use in a multi-threaded setting.

This class can be used without multi-threading, right?

Wouldn't it be useful to know whether this function does give the exact size of the queue in a single-threaded setting?

Right now, it doesn't contain that information.

----------

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


More information about the docs mailing list