diff options
author | Giampaolo Rodola' <g.rodola@gmail.com> | 2011-11-22 12:33:34 (GMT) |
---|---|---|
committer | Giampaolo Rodola' <g.rodola@gmail.com> | 2011-11-22 12:33:34 (GMT) |
commit | be55d99b3d0d289b2948fdcb6c8aa975687476d5 (patch) | |
tree | 64798196c6bb7ffb76a8630af119f07c239dd331 /Misc/ACKS | |
parent | ca4f20782e57ca4c754f477b19d36ac23e456b39 (diff) | |
download | cpython-be55d99b3d0d289b2948fdcb6c8aa975687476d5.zip cpython-be55d99b3d0d289b2948fdcb6c8aa975687476d5.tar.gz cpython-be55d99b3d0d289b2948fdcb6c8aa975687476d5.tar.bz2 |
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.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ Without you, I would've stopped working on Python long ago! PS: In the standard Python distribution, this file is encoded in UTF-8 and the list is in rough alphabetical order by last names. +Matt Mulsow Rajiv Abraham David Abrahams Ron Adam |