Antoine Pitrou <pit...@free.fr> added the comment: Is it normal that listxattr() succeeds but getxattr() fails with ENOTSUPP?
>>> os.listxattr("/") [] >>> os.getxattr("/", "foo") Traceback (most recent call last): File "<stdin>", line 1, in <module> OSError: [Errno 95] Operation not supported This is on 2.6.38.8. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12720> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com