Antoine Pitrou <pit...@free.fr> added the comment:

Intuitively, this seems rather normal to me. If I move a file under Unix, I 
don't expect its access rights or ownership to change. "Move" really means what 
it means: you have to update its permission explicitly if that's what you need 
(shutil.copystat() can help you with that, I think).

----------
nosy: +pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11202>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to