Message 125162 - Python tracker (original) (raw)

Message125162

Author rosslagerwall
Recipients georg.brandl, giampaolo.rodola, gregory.p.smith, loewis, pitrou, rosslagerwall
Date 2011-01-03.12:45:47
SpamBayes Score 1.2312864e-05
Marked as misclassified No
Message-id 1294058752.01.0.285856626146.issue10812@psf.upfronthosting.co.za
In-reply-to
Content
Here's a patch that adds a bunch of posix functions that are missing from the posix module. Includes tests & documentation. Tested on Linux & FreeBSD. Specifically: futimes lutimes futimens fexecve gethostid sethostname waitid lockf readv pread writev pwrite truncate posix_fallocate posix_fadvise sync
History
Date User Action Args
2011-01-03 12:45:54 rosslagerwall set recipients: + rosslagerwall, loewis, georg.brandl, gregory.p.smith, pitrou, giampaolo.rodola
2011-01-03 12:45:52 rosslagerwall set messageid: 1294058752.01.0.285856626146.issue10812@psf.upfronthosting.co.za
2011-01-03 12:45:50 rosslagerwall link issue10812 messages
2011-01-03 12:45:50 rosslagerwall create