This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Doug Hoskisson
Recipients Doug Hoskisson, docs@python
Date 2016-07-26.13:00:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469538053.41.0.353171937214.issue27624@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-07-26 13:00:53Doug Hoskissonsetrecipients: + Doug Hoskisson, docs@python
2016-07-26 13:00:53Doug Hoskissonsetmessageid: <1469538053.41.0.353171937214.issue27624@psf.upfronthosting.co.za>
2016-07-26 13:00:53Doug Hoskissonlinkissue27624 messages
2016-07-26 13:00:53Doug Hoskissoncreate