[issue14082] shutil doesn't copy extended attributes
Hynek Schlawack
report at bugs.python.org
Sat May 5 17:45:10 CEST 2012
Hynek Schlawack <hs at ox.cx> added the comment:
So here's an updated patch. I've stripped everything away we don't need for copy2 integration. It catches EPERM, ENOTSUP and ENODATA (for race conditions).
Happy reviewing. :)
----------
Added file: http://bugs.python.org/file25462/copy2-xattr.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14082>
_______________________________________
More information about the Python-bugs-list
mailing list