diff options
-rw-r--r-- | Doc/library/sched.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/sched.rst b/Doc/library/sched.rst index f9e81f0fc6..95ec4997e3 100644 --- a/Doc/library/sched.rst +++ b/Doc/library/sched.rst @@ -129,3 +129,5 @@ Scheduler Objects Read-only attribute returning a list of upcoming events in the order they will be run. Each event is shown as a :term:`named tuple` with the following fields: time, priority, action, argument. + + .. versionadded:: 2.6 |