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/c-api/sys.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/c-api/sys.rst')
-rw-r--r-- | Doc/c-api/sys.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/c-api/sys.rst b/Doc/c-api/sys.rst index 7a7d39a..4ab5df4 100644 --- a/Doc/c-api/sys.rst +++ b/Doc/c-api/sys.rst @@ -234,7 +234,7 @@ Operating System Utilities The caller must hold the GIL. - .. versionadded:: next + .. versionadded:: 3.14 .. c:function:: int Py_fclose(FILE *file) @@ -246,7 +246,7 @@ Operating System Utilities In either case, any further access (including another call to :c:func:`Py_fclose`) to the stream results in undefined behavior. - .. versionadded:: next + .. versionadded:: 3.14 .. _systemfunctions: |