]> granicus.if.org Git - python/commit
Fix 13245:
authorGiampaolo Rodola' <g.rodola@gmail.com>
Tue, 22 Nov 2011 12:33:34 +0000 (13:33 +0100)
committerGiampaolo Rodola' <g.rodola@gmail.com>
Tue, 22 Nov 2011 12:33:34 +0000 (13:33 +0100)
commitbe55d99b3d0d289b2948fdcb6c8aa975687476d5
tree64798196c6bb7ffb76a8630af119f07c239dd331
parentca4f20782e57ca4c754f477b19d36ac23e456b39
Fix 13245:
sched.scheduler class constructor's timefunc and delayfunct parameters are now optional.
scheduler.enter and scheduler.enterabs methods gained a new kwargs parameter.

Patch contributed by Matt Mulsow.
Doc/library/sched.rst
Doc/whatsnew/3.3.rst
Lib/sched.py
Lib/test/test_sched.py
Misc/ACKS
Misc/NEWS