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 hynek
Recipients georg.brandl, hynek, larry, ned.deily, serhiy.storchaka
Date 2012-07-13.07:34:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4FFFCF7B.40300@ox.cx>
In-reply-to <1342105382.36.0.717697587722.issue15238@psf.upfronthosting.co.za>
Content
> Hynek: You must forgive me, I'm a recovering Windows programmer.  I thought extended attributes were a Linux-only thing.  Can you tell me what other platforms they are available on?  And/or suggest some alternate language?

http://en.wikipedia.org/wiki/Xattr has a list. The question what’s most
user friendly. The best way for the user would be your text. However
we’ll have to dig through the docs once we support xattr on more platforms.

However as I see it, we’re deep down this path already anyway
(http://docs.python.org/dev/library/os.html?highlight=xattr#linux-extended-attributes),
so I guess we can keep your docs.

One nit: I’d swap your quoted "extended attributes" to unquoted but
linked to the doc above.
History
Date User Action Args
2012-07-13 07:34:23hyneksetrecipients: + hynek, georg.brandl, larry, ned.deily, serhiy.storchaka
2012-07-13 07:34:23hyneklinkissue15238 messages
2012-07-13 07:34:22hynekcreate