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, eric.araujo, hynek, neologix, pitrou
Date 2012-05-05.19:24:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336245778.3368.2.camel@localhost.localdomain>
In-reply-to <4FA57749.1000602@ox.cx>
Content
> Looks like your file system Python uses for tmp files doesn't support
> xattr. That's bad because you can't verify. How should I cope with that?
> try/catch on the first setxattr() and skip the test if it fails? Is the
> an official way to do that?

Well, apparently the extended attributes tests in test_os get skipped
with the following message: "no non-broken extended attribute support".
Perhaps you need the same condition somewhere.
History
Date User Action Args
2012-05-05 19:24:49pitrousetrecipients: + pitrou, benjamin.peterson, eric.araujo, Arfrever, neologix, hynek
2012-05-05 19:24:49pitroulinkissue14082 messages
2012-05-05 19:24:49pitroucreate