[issue10812] Add some posix functions

Ross Lagerwall report at bugs.python.org
Mon Jan 3 13:45:54 CET 2011


New submission from Ross Lagerwall <rosslagerwall at gmail.com>:

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

----------
components: Extension Modules
files: mpos.patch
keywords: patch
messages: 125162
nosy: georg.brandl, giampaolo.rodola, gregory.p.smith, loewis, pitrou, rosslagerwall
priority: normal
severity: normal
status: open
title: Add some posix functions
type: feature request
versions: Python 3.3
Added file: http://bugs.python.org/file20239/mpos.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10812>
_______________________________________


More information about the Python-bugs-list mailing list