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 altuezi
Recipients altuezi, davin, josh.r
Date 2016-12-18.06:30:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482042648.7.0.995530408484.issue28982@psf.upfronthosting.co.za>
In-reply-to
Content
I've updated the PR to also include raising a ValueError for timeout values < 0.

This behavior mimics that of queue.Queue (noting here again that queue.Queue handles timeout = 0).
History
Date User Action Args
2016-12-18 06:30:48altuezisetrecipients: + altuezi, josh.r, davin
2016-12-18 06:30:48altuezisetmessageid: <1482042648.7.0.995530408484.issue28982@psf.upfronthosting.co.za>
2016-12-18 06:30:48altuezilinkissue28982 messages
2016-12-18 06:30:48altuezicreate