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 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:54rosslagerwallsetrecipients: + rosslagerwall, loewis, georg.brandl, gregory.p.smith, pitrou, giampaolo.rodola
2011-01-03 12:45:52rosslagerwallsetmessageid: <1294058752.01.0.285856626146.issue10812@psf.upfronthosting.co.za>
2011-01-03 12:45:50rosslagerwalllinkissue10812 messages
2011-01-03 12:45:50rosslagerwallcreate