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 facundobatista
Recipients
Date 2004-10-27.14:56:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=752496

I thought about it. The problem with this approach is that
it also copies the permissions, but not the owner/group ids
(you get the defaults there).

So, I think is better to leave the user defaults than mix
the old permissions with new owner/group (which may lead to
a security risk in some combinations).

There's a better approach: to copy *all* the file metadata.
But don't know how to do it in a portable way...
History
Date User Action Args
2007-08-23 14:26:55adminlinkissue1050828 messages
2007-08-23 14:26:55admincreate