]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in shutil...
authorandrei kulakov <andrei.avk@gmail.com>
Tue, 21 Sep 2021 21:53:07 +0000 (17:53 -0400)
committerGitHub <noreply@github.com>
Tue, 21 Sep 2021 21:53:07 +0000 (23:53 +0200)
commitb7eac52b466f697d3e89f47508e0df0196a98970
treef399750eb74741f8bf7d3e1035e000e83728dbe0
parent86f28372b17c8c56539e9543bea9f125ab11b8aa
bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in shutil.copyfile() (GH-28421)

This was a regression from fixing BPO-43219.
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS.d/next/Library/2021-09-17-11-20-55.bpo-45234.qUcTVt.rst [new file with mode: 0644]