mirror of https://github.com/python/cpython
gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.listdir (#117978)
This commit is contained in:
parent
5a0209fc23
commit
fccedbda93
|
@ -2135,7 +2135,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.
|
||||
|
||||
|
@ -2166,7 +2166,7 @@ features:
|
|||
The function is limited on 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.
|
||||
|
||||
|
@ -2310,7 +2310,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…
Reference in New Issue