[issue10812] Add some posix functions

Ross Lagerwall report at bugs.python.org
Wed Jan 5 07:16:56 CET 2011


Ross Lagerwall <rosslagerwall at gmail.com> added the comment:

This patch:

Fixes test_lutimes(),
Ignores a posix_fallocate() failure on Solaris due to ZFS,
Changes readv() & writev() signatures such that they take sequences instead of tuples,
Changes readv() so that it takes a number of writable buffers, fills them and returns the total number of bytes read.

----------
Added file: http://bugs.python.org/file20273/10812_v2.patch

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


More information about the Python-bugs-list mailing list