]> granicus.if.org Git - python/commit
(sched) when run() is invoked with blocking=False return the deadline of the next...
authorGiampaolo Rodola' <g.rodola@gmail.com>
Thu, 15 Mar 2012 12:05:41 +0000 (13:05 +0100)
committerGiampaolo Rodola' <g.rodola@gmail.com>
Thu, 15 Mar 2012 12:05:41 +0000 (13:05 +0100)
commita4e018889ac3537e10b48811b4be6356e633b8a0
treeef43ce4ff4f5bd657b7dd17e234bb1a388c7e69b
parent17160fd6d6d7850294a9a465a3e5e399e5028bb6
(sched) when run() is invoked with blocking=False return the deadline of the next scheduled call in the scheduler; this use case was suggested in http://bugs.python.org/issue1641#msg149453
Doc/library/sched.rst
Lib/sched.py