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 pitrou
Recipients benjamin.peterson, hynek, neologix, pitrou
Date 2012-02-22.02:17:32
SpamBayes Score 2.5025276e-06
Marked as misclassified No
Message-id <1329877053.45.0.515473127253.issue14082@psf.upfronthosting.co.za>
In-reply-to
Content
shutil doesn't provide any function which copies extended attributes on files. Note that "cp -a" does copy xattrs, but "cp -p" doesn't (and copy2() claims to work like "cp -p").
History
Date User Action Args
2012-02-22 02:17:33pitrousetrecipients: + pitrou, benjamin.peterson, neologix, hynek
2012-02-22 02:17:33pitrousetmessageid: <1329877053.45.0.515473127253.issue14082@psf.upfronthosting.co.za>
2012-02-22 02:17:32pitroulinkissue14082 messages
2012-02-22 02:17:32pitroucreate