[New-bugs-announce] [issue24977] shutil copy to non-existant directory

Jake Howard report at bugs.python.org
Tue Sep 1 13:26:57 CEST 2015


New submission from Jake Howard:

If you try and copy a file using shutil.copy to a directory that doesnt exist, it tries to copy the file to the location of the directory, and errors as shutil can't open a directory for 'WB' access, throwing an error, that doesnt reflect the problem.

----------
messages: 249474
nosy: TheOrangeOne
priority: normal
severity: normal
status: open
title: shutil copy to non-existant directory
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24977>
_______________________________________


More information about the New-bugs-announce mailing list