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 giampaolo.rodola
Recipients anacrolix, giampaolo.rodola, loewis, pitrou, rosslagerwall
Date 2011-01-29.01:11:49
SpamBayes Score 0.0034548577
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
> I'm pretty sure that Solaris isn't the only platform that supports non-
> socket file descriptors here, Linux (the platform I'm using), is one 
> such case. 

No, sendfile() on Linux supports only socket file descriptors:
http://linux.die.net/man/2/sendfile
History
Date User Action Args
2011-01-29 01:11:50giampaolo.rodolasetrecipients: + giampaolo.rodola, loewis, pitrou, anacrolix, rosslagerwall
2011-01-29 01:11:49giampaolo.rodolasetmessageid: <[email protected]>
2011-01-29 01:11:49giampaolo.rodolalinkissue10882 messages
2011-01-29 01:11:49giampaolo.rodolacreate