New submission from Benjamin Peterson <benja...@python.org>: Extended attribute support currently exists in the os module for Linux. BSD's (including OSX) have a similar (but of course incompatible) interface. They should be exposed through the same functions. For example,
os.getxattr("myfile", "user.whatever") should call on the C level getxattr("myfile", "user.whatever", value, sizeof(value), 0, 0); ---------- messages: 144028 nosy: benjamin.peterson priority: normal severity: normal status: open title: Figure out extended attributes on BSDs versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12978> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com