commit | 132131b404e06ee1a19b040a1f96cd1118abed0c | [log] [tgz] |
---|---|---|
author | Winson Luk <winson.luk@gmail.com> | Tue Mar 02 15:53:15 2021 -0500 |
committer | GitHub <noreply@github.com> | Tue Mar 02 12:53:15 2021 -0800 |
tree | 411a400f75855423fc83797fc407028e903f4ba9 | |
parent | b36349a647b2bf8174f0e736a4fc347e92ae204e [diff] |
bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001) * Fail fast in shutil.move() to avoid creating destination directories on failure. Co-authored-by: Zackery Spytz <zspytz@gmail.com>