commit | 248173cc0483a9ad9261353302f1234cf9eb2ebe | [log] [tgz] |
---|---|---|
author | andrei kulakov <andrei.avk@gmail.com> | Fri Jul 09 23:47:41 2021 -0400 |
committer | GitHub <noreply@github.com> | Fri Jul 09 20:47:41 2021 -0700 |
tree | 1af4ee52325ed4a50696de8d68853cde4dc9464a | |
parent | f24777c2b329974b69d2a3bf5cfc37e0fcace36c [diff] |
bpo-43219: shutil.copyfile, raise a less confusing exception instead of IsADirectoryError (GH-27049) Fixes the misleading IsADirectoryError to be FileNotFoundError.