Message144028
| Author | benjamin.peterson |
|---|---|
| Recipients | benjamin.peterson |
| Date | 2011-09-14.15:35:25 |
| SpamBayes Score | 8.2458064e-05 |
| Marked as misclassified | No |
| Message-id | <1316014526.21.0.982877507813.issue12978@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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); |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-09-14 15:35:26 | benjamin.peterson | set | recipients: + benjamin.peterson |
| 2011-09-14 15:35:26 | benjamin.peterson | set | messageid: <1316014526.21.0.982877507813.issue12978@psf.upfronthosting.co.za> |
| 2011-09-14 15:35:25 | benjamin.peterson | link | issue12978 messages |
| 2011-09-14 15:35:25 | benjamin.peterson | create | |