]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler...
authorGiampaolo Rodola' <g.rodola@gmail.com>
Wed, 14 Dec 2011 13:38:45 +0000 (14:38 +0100)
committerGiampaolo Rodola' <g.rodola@gmail.com>
Wed, 14 Dec 2011 13:38:45 +0000 (14:38 +0100)
commit556ba04a8d07bf9d0996410ecda809d337f51885
tree92c16f0dfc492ed425a1fbaf2cb4655db6748645
parent73520d57ebfb1272d009a070191e749caebf64ae
Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler can be used in non-blocking applications
Doc/library/sched.rst
Doc/whatsnew/3.3.rst
Lib/sched.py
Lib/test/test_sched.py
Misc/NEWS