[issue11202] Win32: shutil.move does not inherit permissions

Anders Østhus report at bugs.python.org
Sat Feb 12 21:33:44 CET 2011


Anders Østhus <grapz666 at gmail.com> added the comment:

On my system (Win Server 2008 R2 64-Bit, Python 2.7.1), when I use copy, copy2 or move(to another filesystem), the file _will_ get the ACL of the DST folder, and remove any ACL in SRC file that the DST folder does not have.

Thus, it doesn't copy it from the source file, but inherits from the DST folder.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11202>
_______________________________________


More information about the Python-bugs-list mailing list