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 ned.deily
Recipients giampaolo.rodola, ned.deily, pitrou, rosslagerwall, sdaoden
Date 2011-03-03.21:20:54
SpamBayes Score 9.908276e-07
Marked as misclassified No
Message-id <1299187255.41.0.343802608744.issue11351@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-03-03 21:20:55ned.deilysetrecipients: + ned.deily, pitrou, giampaolo.rodola, rosslagerwall, sdaoden
2011-03-03 21:20:55ned.deilysetmessageid: <1299187255.41.0.343802608744.issue11351@psf.upfronthosting.co.za>
2011-03-03 21:20:54ned.deilylinkissue11351 messages
2011-03-03 21:20:54ned.deilycreate