summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.13.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew/3.13.rst')
-rw-r--r--Doc/whatsnew/3.13.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index d599ba9..bd2ae65 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -261,6 +261,12 @@ os
CPU resources of a container system without having to modify the container (application code).
(Contributed by Donghee Na in :gh:`109595`)
+* 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.
+ (Contributed by Serhiy Storchaka in :gh:`59616`)
+
pathlib
-------