diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 15:36:51 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 15:36:51 (GMT) |
commit | 7d6dda4b783dc8720b354e5ede766fcb8407de14 (patch) | |
tree | e89b9cb93e95954bc563b6b9401e9f414572ee6a /Doc/whatsnew/3.3.rst | |
parent | 3f561b791165c53f755e6aa35c7c10b48285eaae (diff) | |
parent | 4adf01caae967cc2962ba69b1a193875b84cfa4e (diff) | |
download | cpython-7d6dda4b783dc8720b354e5ede766fcb8407de14.zip cpython-7d6dda4b783dc8720b354e5ede766fcb8407de14.tar.gz cpython-7d6dda4b783dc8720b354e5ede766fcb8407de14.tar.bz2 |
Issue #19795: Improved more markups of True/False.
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index d3d9dab..93b297c 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -1742,7 +1742,7 @@ sched ----- * :meth:`~sched.scheduler.run` now accepts a *blocking* parameter which when - set to False makes the method execute the scheduled events due to expire + set to false makes the method execute the scheduled events due to expire soonest (if any) and then return immediately. This is useful in case you want to use the :class:`~sched.scheduler` in non-blocking applications. (Contributed by Giampaolo RodolĂ in :issue:`13449`.) |