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 worr
Recipients Arfrever, benjamin.peterson, bob.ippolito, hynek, koobs, ned.deily, nicholas.riley, ronaldoussoren, worr
Date 2015-04-18.02:52:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429325573.94.0.402963825452.issue12978@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an initial attempt at implementing extended attribute support. Let me know if there's any interest.

There's currently one deficiency, which is that the namespace isn't prepended to the attribute name when calling lsxattr.

Let me know if my approach is good, so I can continue fixing lsxattr. All other unit tests pass.
History
Date User Action Args
2015-04-18 02:52:54worrsetrecipients: + worr, nicholas.riley, bob.ippolito, ronaldoussoren, benjamin.peterson, ned.deily, Arfrever, hynek, koobs
2015-04-18 02:52:53worrsetmessageid: <1429325573.94.0.402963825452.issue12978@psf.upfronthosting.co.za>
2015-04-18 02:52:53worrlinkissue12978 messages
2015-04-18 02:52:53worrcreate