Skip to content

Commit fccedbd

Browse files
authored
gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.listdir (#117978)
1 parent 5a0209f commit fccedbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/os.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -2135,7 +2135,7 @@ features:
21352135

21362136
.. audit-event:: os.chmod path,mode,dir_fd os.chmod
21372137

2138-
.. versionadded:: 3.3
2138+
.. versionchanged:: 3.3
21392139
Added support for specifying *path* as an open file descriptor,
21402140
and the *dir_fd* and *follow_symlinks* arguments.
21412141

@@ -2166,7 +2166,7 @@ features:
21662166
The function is limited on WASI, see :ref:`wasm-availability` for more
21672167
information.
21682168

2169-
.. versionadded:: 3.3
2169+
.. versionchanged:: 3.3
21702170
Added support for specifying *path* as an open file descriptor,
21712171
and the *dir_fd* and *follow_symlinks* arguments.
21722172

@@ -2310,7 +2310,7 @@ features:
23102310
.. versionchanged:: 3.2
23112311
The *path* parameter became optional.
23122312

2313-
.. versionadded:: 3.3
2313+
.. versionchanged:: 3.3
23142314
Added support for specifying *path* as an open file descriptor.
23152315

23162316
.. versionchanged:: 3.6

0 commit comments

Comments
 (0)