commit | 41d48bc038b254cc4a78a2d840097196b9545a84 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Sep 21 15:14:40 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 22 00:14:40 2021 +0200 |
tree | ce4d3793d9fd8918baabdaf32182f6f99ddf1830 | |
parent | e6b6c1d23b3702052637f70551451d12695403a1 [diff] |
bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in shutil.copyfile() (GH-28421) (GH-28508) This was a regression from fixing BPO-43219. (cherry picked from commit b7eac52b466f697d3e89f47508e0df0196a98970) Co-authored-by: andrei kulakov <andrei.avk@gmail.com>