summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-11-07 12:08:39 (GMT)
committerGitHub <noreply@github.com>2022-11-07 12:08:39 (GMT)
commiteb0e942ca86b177c69a8c3da7e20364d606c83cb (patch)
tree11f0b636c142310b05dc8c212e342d88e997d908 /Misc/NEWS.d
parentea2316a220ea5ae5646518e3855ef22b9c84d64d (diff)
downloadcpython-eb0e942ca86b177c69a8c3da7e20364d606c83cb.zip
cpython-eb0e942ca86b177c69a8c3da7e20364d606c83cb.tar.gz
cpython-eb0e942ca86b177c69a8c3da7e20364d606c83cb.tar.bz2
bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937)
(cherry picked from commit 5ff81da6d3a8eb01fc5500fd1c9eaa6543286301) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2020-10-23-22-20-52.bpo-38523.CrkxLh.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-10-23-22-20-52.bpo-38523.CrkxLh.rst b/Misc/NEWS.d/next/Library/2020-10-23-22-20-52.bpo-38523.CrkxLh.rst
new file mode 100644
index 0000000..3810e29
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-10-23-22-20-52.bpo-38523.CrkxLh.rst
@@ -0,0 +1,2 @@
+:func:`shutil.copytree` now applies the *ignore_dangling_symlinks* argument
+recursively.