Brian Curtin <cur...@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 <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