.. 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.
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.
.. 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