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
Date 2016-07-26.21:30:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469568603.73.0.304330110175.issue27624@psf.upfronthosting.co.za>
In-reply-to
Content
My suggestion for this documentation:

"""
Return the number of items in the queue. Note, in multi-threading this mostly just serves as an approximation, and information from this doesn’t guarantee that a subsequent get() or put() will not block.
"""
History
Date User Action Args
2016-07-26 21:30:03Doug Hoskissonsetrecipients: + Doug Hoskisson, rhettinger, r.david.murray, docs@python
2016-07-26 21:30:03Doug Hoskissonsetmessageid: <1469568603.73.0.304330110175.issue27624@psf.upfronthosting.co.za>
2016-07-26 21:30:03Doug Hoskissonlinkissue27624 messages
2016-07-26 21:30:03Doug Hoskissoncreate