Hi Javier,

sorry for bugging you even more. :-|

1) I think this part of the original bug report has not been fixed:
"After a quick look to the code, it seems like *ACL or extended
attributes* wouldn't be reproduced either"

2) And I am afraid that your fix for this bug (using shutil.copystat)
introduced another bug. Namely #495147, which I reported yesterday.

The original inline copyStat did a

os.chown(target,statInfos[stat.ST_UID],statInfos[stat.ST_GID])

shutil.copystat does not do this.

Florian




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to