New submission from Antoine Pitrou <pit...@free.fr>: shutil doesn't provide any function which copies extended attributes on files. Note that "cp -a" does copy xattrs, but "cp -p" doesn't (and copy2() claims to work like "cp -p").
---------- components: Library (Lib) messages: 153922 nosy: benjamin.peterson, hynek, neologix, pitrou priority: low severity: normal status: open title: shutil doesn't support extended attributes type: enhancement versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14082> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com