[issue12720] Expose linux extended filesystem attributes
Antoine Pitrou
report at bugs.python.org
Sun Aug 28 18:34:59 CEST 2011
Antoine Pitrou <pitrou at 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 <report at bugs.python.org>
<http://bugs.python.org/issue12720>
_______________________________________
More information about the Python-bugs-list
mailing list