Skip to content

Commit e95a535

Browse files
[3.12] gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.listdir (GH-117978) (#117992)
(cherry picked from commit fccedbd) Co-authored-by: Nice Zombies <[email protected]>
1 parent 2b68c81 commit e95a535

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
@@ -2068,7 +2068,7 @@ features:
20682068

20692069
.. audit-event:: os.chmod path,mode,dir_fd os.chmod
20702070

2071-
.. versionadded:: 3.3
2071+
.. versionchanged:: 3.3
20722072
Added support for specifying *path* as an open file descriptor,
20732073
and the *dir_fd* and *follow_symlinks* arguments.
20742074

@@ -2095,7 +2095,7 @@ features:
20952095
The function is limited on Emscripten and WASI, see
20962096
:ref:`wasm-availability` for more information.
20972097

2098-
.. versionadded:: 3.3
2098+
.. versionchanged:: 3.3
20992099
Added support for specifying *path* as an open file descriptor,
21002100
and the *dir_fd* and *follow_symlinks* arguments.
21012101

@@ -2236,7 +2236,7 @@ features:
22362236
.. versionchanged:: 3.2
22372237
The *path* parameter became optional.
22382238

2239-
.. versionadded:: 3.3
2239+
.. versionchanged:: 3.3
22402240
Added support for specifying *path* as an open file descriptor.
22412241

22422242
.. versionchanged:: 3.6

0 commit comments

Comments
 (0)