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 <rep...@bugs.python.org>
<http://bugs.python.org/issue24977>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to