diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-01-14 11:41:39 (GMT) |
---|---|---|
committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-01-14 11:52:58 (GMT) |
commit | f26daa9470925120f6336ca508f7ea193b00a3f4 (patch) | |
tree | b422a947239db4846e422383b236595c98a102f1 /Doc/library/os.rst | |
parent | ff3e145b2770ffe86c905b1092747ce3d8381319 (diff) | |
download | cpython-3.14.0a4.zip cpython-3.14.0a4.tar.gz cpython-3.14.0a4.tar.bz2 |
Python 3.14.0a4v3.14.0a4
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 69e6192..6fec27b 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -5424,7 +5424,7 @@ operating system. Scheduling policy for tasks with deadline constraints. - .. versionadded:: next + .. versionadded:: 3.14 .. data:: SCHED_IDLE @@ -5434,7 +5434,7 @@ operating system. Alias for :data:`SCHED_OTHER`. - .. versionadded:: next + .. versionadded:: 3.14 .. data:: SCHED_SPORADIC |