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

Doug Hoskisson report at bugs.python.org
Wed Jul 27 14:59:45 EDT 2016


Doug Hoskisson added the comment:

If the specification of the empty method is to return whether the queue is empty, then the programmers have failed to meet that specification, because by the time you get that return value, it might not be empty anymore.

----------

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


More information about the docs mailing list