diff options
author | Giampaolo Rodola' <g.rodola@gmail.com> | 2011-11-22 12:37:58 (GMT) |
---|---|---|
committer | Giampaolo Rodola' <g.rodola@gmail.com> | 2011-11-22 12:37:58 (GMT) |
commit | bc7ea5872b0d6a1b5942260445fc768f8139c1b0 (patch) | |
tree | 5e64592eadb7b0a86d56e454304881040fe78048 /Doc | |
parent | be55d99b3d0d289b2948fdcb6c8aa975687476d5 (diff) | |
download | cpython-bc7ea5872b0d6a1b5942260445fc768f8139c1b0.zip cpython-bc7ea5872b0d6a1b5942260445fc768f8139c1b0.tar.gz cpython-bc7ea5872b0d6a1b5942260445fc768f8139c1b0.tar.bz2 |
fix wrong credit and issue id given in previous commit
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 4122b98..0aa4f15 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -577,16 +577,16 @@ sched * *timefunc* and *delayfunct* parameters of :class:`~sched.scheduler` class constructor are now optional and defaults to :func:`time.time` and - :func:`time.sleep` respectively. (Contributed by Matt Mulsow in - :issue:`8809`) + :func:`time.sleep` respectively. (Contributed by Chris Clark in + :issue:`13245`) * :meth:`~sched.scheduler.enter` and :meth:`~sched.scheduler.enterabs` - *argument* parameter is now optional. (Contributed by Matt Mulsow in - :issue:`8809`) + *argument* parameter is now optional. (Contributed by Chris Clark in + :issue:`13245`) * :meth:`~sched.scheduler.enter` and :meth:`~sched.scheduler.enterabs` - now accept a *kwargs* parameter. (Contributed by Matt Mulsow in - :issue:`8809`) + now accept a *kwargs* parameter. (Contributed by Chris Clark in + :issue:`13245`) Optimizations ============= |