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 tim.peters
Recipients Tamas.K, csernazs, grahamd, jcea, ncoghlan, neologix, pitrou, python-dev, tim.peters
Date 2013-09-04.21:57:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378331862.56.0.105473555243.issue18808@psf.upfronthosting.co.za>
In-reply-to
Content
Oops!  The docs are wrong - a negative timeout actually raises:

ValueError: timeout value must be strictly positive

unless the timeout is exactly -1.  All the more reason to ensure that a negative waittime isn't passed.

I opened a different issue about the doc glitch.
History
Date User Action Args
2013-09-04 21:57:42tim.peterssetrecipients: + tim.peters, jcea, csernazs, ncoghlan, pitrou, grahamd, neologix, python-dev, Tamas.K
2013-09-04 21:57:42tim.peterssetmessageid: <1378331862.56.0.105473555243.issue18808@psf.upfronthosting.co.za>
2013-09-04 21:57:42tim.peterslinkissue18808 messages
2013-09-04 21:57:42tim.peterscreate