summaryrefslogtreecommitdiff
path: root/docs/migration.rst
diff options
context:
space:
mode:
authoragronholm <devnull@localhost>2011-04-13 04:41:41 +0300
committeragronholm <devnull@localhost>2011-04-13 04:41:41 +0300
commit3cde39fdb7bfba0cd59ef7004953ad6b9d152009 (patch)
treef1c62b37e51c1a8a6bf9a9142c5a29f20109a483 /docs/migration.rst
parent3c2ac2de12a1d19fa28d5f10cba03b072a517066 (diff)
downloadapscheduler-3cde39fdb7bfba0cd59ef7004953ad6b9d152009.tar.gz
Corrected documentation and logging semantics of scheduler startup and shutdown; made shutdown() always wait for the scheduler thread to exit
Diffstat (limited to 'docs/migration.rst')
-rw-r--r--docs/migration.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/migration.rst b/docs/migration.rst
index ccdb214..f6b13f6 100644
--- a/docs/migration.rst
+++ b/docs/migration.rst
@@ -20,6 +20,8 @@ API changes
universal ``max_runs`` option
* :meth:`~apscheduler.scheduler.Scheduler.unschedule_func` now raises a
KeyError if the given function is not scheduled
+* The semantics of :meth:`~apscheduler.scheduler.Scheduler.shutdown`` have
+ changed -- the method no longer accepts a numeric argument, but two booleans;
Configuration changes