cpython/Misc/NEWS.d/next/Library/2023-12-13-17-08-21.gh-issu...

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