summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-11-07 12:11:11 (GMT)
committerGitHub <noreply@github.com>2022-11-07 12:11:11 (GMT)
commit5f83209d898bb1758a8774616798c6293d6159fc (patch)
treea399baedf829ba7685f6a99760c8f37b208b61ba /Misc
parentd8a42bcaf0c614b48e1956cf27e18b9a9b5d4b6b (diff)
downloadcpython-5f83209d898bb1758a8774616798c6293d6159fc.zip
cpython-5f83209d898bb1758a8774616798c6293d6159fc.tar.gz
cpython-5f83209d898bb1758a8774616798c6293d6159fc.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')
-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.