This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author TheOrangeOne
Recipients TheOrangeOne
Date 2015-09-01.11:26:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441106817.15.0.872685605647.issue24977@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-09-01 11:26:57TheOrangeOnesetrecipients: + TheOrangeOne
2015-09-01 11:26:57TheOrangeOnesetmessageid: <1441106817.15.0.872685605647.issue24977@psf.upfronthosting.co.za>
2015-09-01 11:26:57TheOrangeOnelinkissue24977 messages
2015-09-01 11:26:56TheOrangeOnecreate