Message152919
| Author |
vstinner |
| Recipients |
Arfrever, ncoghlan, python-dev, rosslagerwall, vstinner |
| Date |
2012年02月09日.00:28:21 |
| SpamBayes Score |
0.058810167 |
| Marked as misclassified |
No |
| Message-id |
<1328747302.08.0.300667052924.issue13964@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
signal.sigtimedwait() API should also be changed from:
sigtimedwait(sigset, (timeout_sec, timeout_nsec))
to:
sigtimedwait(sigset, timeout)
where timeout can be an int, float or decimal.Decimal. The function was introduced in Python 3.3, so its API can be changed. |
|