summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-11-10 16:29:35 (GMT)
committerGitHub <noreply@github.com>2020-11-10 16:29:35 (GMT)
commit14a343a9af27725faeab8b330a6d66ff573704d3 (patch)
tree77f50bf6f3fba4504444ce26882fcba0909502a0 /Misc/NEWS.d/next/Library
parent90115a2cf7033c990a54d1ecb90ebd850b5f13cf (diff)
downloadcpython-14a343a9af27725faeab8b330a6d66ff573704d3.zip
cpython-14a343a9af27725faeab8b330a6d66ff573704d3.tar.gz
cpython-14a343a9af27725faeab8b330a6d66ff573704d3.tar.bz2
bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585)
The onerror is supposed to be called with failed function, but in this case lstat is wrongly used instead of open. Not sure if this needs bug or not... Automerge-Triggered-By: GH:hynek (cherry picked from commit e59b2deffde61e5641cabd65034fa11b4db898ba) Co-authored-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2020-11-10-15-40-56.bpo-42014.ShM37l.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-11-10-15-40-56.bpo-42014.ShM37l.rst b/Misc/NEWS.d/next/Library/2020-11-10-15-40-56.bpo-42014.ShM37l.rst
new file mode 100644
index 0000000..d3e1abc
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-11-10-15-40-56.bpo-42014.ShM37l.rst
@@ -0,0 +1 @@
+The ``onerror`` callback from ``shutil.rmtree`` now receives correct function when ``os.open`` fails. \ No newline at end of file