[issue11351] Mac OS X os.sendfile()

Ned Deily report at bugs.python.org
Thu Mar 3 22:20:55 CET 2011


Ned Deily <nad at acm.org> added the comment:

Looks good to me and the test does now run successfully.

Note that sendfile() was introduced with OS X 10.5 so, like a number of other similar calls, os.sendfile() will not be present on 32-bit-only OS X installer builds which are built with a minimum deployment target of 10.3. It will be available on the 64-/32-bit installers which have a 10.6 minimum deployment target.

----------
stage: patch review -> committed/rejected

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


More information about the Python-bugs-list mailing list