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, r.david.murray, rhettinger, vstinner
Date 2016-07-27.18:55:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469645724.67.0.972364911222.issue27624@psf.upfronthosting.co.za>
In-reply-to
Content
It is inconsistent with other documentation right next to it.

Should the documentation for empty() say "Return True if the queue is approximately empty, False otherwise."?
Should the documentation for full() say "Return True if the queue is approximately full, False otherwise."?
History
Date User Action Args
2016-07-27 18:55:24Doug Hoskissonsetrecipients: + Doug Hoskisson, rhettinger, vstinner, r.david.murray, docs@python
2016-07-27 18:55:24Doug Hoskissonsetmessageid: <1469645724.67.0.972364911222.issue27624@psf.upfronthosting.co.za>
2016-07-27 18:55:24Doug Hoskissonlinkissue27624 messages
2016-07-27 18:55:24Doug Hoskissoncreate