This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Arfrever, benjamin.peterson, neologix, pitrou
Date 2011-08-28.16:34:58
SpamBayes Score 4.1226102e-07
Marked as misclassified No
Message-id <1314549299.14.0.296390035707.issue12720@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-08-28 16:34:59pitrousetrecipients: + pitrou, benjamin.peterson, Arfrever, neologix
2011-08-28 16:34:59pitrousetmessageid: <1314549299.14.0.296390035707.issue12720@psf.upfronthosting.co.za>
2011-08-28 16:34:58pitroulinkissue12720 messages
2011-08-28 16:34:58pitroucreate