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 josh.r
Recipients altuezi, davin, josh.r
Date 2016-12-16.01:09:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481850541.56.0.380483677308.issue28982@psf.upfronthosting.co.za>
In-reply-to
Content
That argument combination appears to be undefined in the docs, the only cases covered are:

block truthy, timeout is None

block truthy, timeout is positive

block falsy, (timeout unspecified)

The case of block truthy, timeout <= 0 is not documented.

Saying "Block for a result, but not for any length of time" is a tad strange; I'd be inclined to make it an error, not a synonym for block == False.
History
Date User Action Args
2016-12-16 01:09:01josh.rsetrecipients: + josh.r, davin, altuezi
2016-12-16 01:09:01josh.rsetmessageid: <1481850541.56.0.380483677308.issue28982@psf.upfronthosting.co.za>
2016-12-16 01:09:01josh.rlinkissue28982 messages
2016-12-16 01:09:01josh.rcreate