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

Brian Curtin report at bugs.python.org
Sat Feb 12 19:59:58 CET 2011


Brian Curtin <curtin at acm.org> added the comment:

shutil.move is implemented using copy2, which as the documentation states at the top, "On Windows, file owners, ACLs and alternate data streams are not copied."

See http://docs.python.org/library/shutil

----------
nosy: +brian.curtin
resolution:  -> rejected
stage:  -> committed/rejected

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


More information about the Python-bugs-list mailing list