summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-12-13-17-08-21.gh-issue-59616.JNlWSs.rst
blob: 793ae63b4c1ff5a0e379c0dd5395750e2c5a04ff (plain)
1
2
3
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.