➜

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.

作者 ned.deily
收信人 giampaolo.rodola, ned.deily, pitrou, rosslagerwall, sdaoden
日期 2011-03-03.21:20:54
SpamBayes Score 9.908276e-07
Marked as misclassified 否
Message-id <1299187255.41.0.343802608744.issue11351@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2011-03-03 21:20:55ned.deily修改recipients: + ned.deily, pitrou, giampaolo.rodola, rosslagerwall, sdaoden
2011-03-03 21:20:55ned.deily修改messageid: <1299187255.41.0.343802608744.issue11351@psf.upfronthosting.co.za>
2011-03-03 21:20:54ned.deily链接issue11351 messages
2011-03-03 21:20:54ned.deily创建