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.

作者 rosslagerwall
收信人 georg.brandl, giampaolo.rodola, gregory.p.smith, loewis, pitrou, rosslagerwall
日期 2011-01-03.12:45:47
SpamBayes Score 1.2312864e-05
Marked as misclassified
Message-id <1294058752.01.0.285856626146.issue10812@psf.upfronthosting.co.za>
In-reply-to
内容
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
历史
日期 用户 动作 参数
2011-01-03 12:45:54rosslagerwall修改recipients: + rosslagerwall, loewis, georg.brandl, gregory.p.smith, pitrou, giampaolo.rodola
2011-01-03 12:45:52rosslagerwall修改messageid: <1294058752.01.0.285856626146.issue10812@psf.upfronthosting.co.za>
2011-01-03 12:45:50rosslagerwall链接issue10812 messages
2011-01-03 12:45:50rosslagerwall创建