mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
196 B
ReStructuredText
3 lines
196 B
ReStructuredText
Add support of :func:`os.lchmod` and the *follow_symlinks* argument in
|
|
:func:`os.chmod` on Windows. Note that the default value of *follow_symlinks*
|
|
in :func:`!os.lchmod` is ``False`` on Windows.
|