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 groodt
Recipients BreamoreBoy, bbrazil, brian.curtin, eric.araujo, groodt, jemfinch, jlgijsbers, loewis, pitrou, tarek, tim.golden
Date 2012-07-09.20:14:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341864888.32.0.238642745808.issue1076515@psf.upfronthosting.co.za>
In-reply-to
Content
I can add some more info to the docs if anybody feels they are required, but I think they are sufficient. It already mentions that it copies file contents and that the correct permissions are required.

This is mentioned in the docs for shutil.copyfile:

The destination location must be writable; otherwise, an OSError exception will be raised. If dst already exists, it will be replaced.
History
Date User Action Args
2012-07-09 20:14:48groodtsetrecipients: + groodt, loewis, jlgijsbers, jemfinch, pitrou, tim.golden, tarek, eric.araujo, brian.curtin, BreamoreBoy, bbrazil
2012-07-09 20:14:48groodtsetmessageid: <1341864888.32.0.238642745808.issue1076515@psf.upfronthosting.co.za>
2012-07-09 20:14:47groodtlinkissue1076515 messages
2012-07-09 20:14:47groodtcreate