mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[3.12] gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.listdir (GH-117978) (#117992)
(cherry picked from commit fccedbda93
)
Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
This commit is contained in:
parent
2b68c81283
commit
e95a535ea2
1 changed files with 3 additions and 3 deletions
|
@ -2068,7 +2068,7 @@ features:
|
|||
|
||||
.. audit-event:: os.chmod path,mode,dir_fd os.chmod
|
||||
|
||||
.. versionadded:: 3.3
|
||||
.. versionchanged:: 3.3
|
||||
Added support for specifying *path* as an open file descriptor,
|
||||
and the *dir_fd* and *follow_symlinks* arguments.
|
||||
|
||||
|
@ -2095,7 +2095,7 @@ features:
|
|||
The function is limited on Emscripten and WASI, see
|
||||
:ref:`wasm-availability` for more information.
|
||||
|
||||
.. versionadded:: 3.3
|
||||
.. versionchanged:: 3.3
|
||||
Added support for specifying *path* as an open file descriptor,
|
||||
and the *dir_fd* and *follow_symlinks* arguments.
|
||||
|
||||
|
@ -2236,7 +2236,7 @@ features:
|
|||
.. versionchanged:: 3.2
|
||||
The *path* parameter became optional.
|
||||
|
||||
.. versionadded:: 3.3
|
||||
.. versionchanged:: 3.3
|
||||
Added support for specifying *path* as an open file descriptor.
|
||||
|
||||
.. versionchanged:: 3.6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue