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 neologix
Recipients docs@python, neologix
Date 2013-03-23.12:14:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364040887.67.0.333340627096.issue17529@psf.upfronthosting.co.za>
In-reply-to
Content
os.sendfile() documentation states:
"""
On Solaris, out may be the file descriptor of a regular file or the file descriptor of a socket. On all other platforms, out must be the file descriptor of an open socket.
"""

This isn't true for Linux anymore (changed somewhere around 2.6.33), so it would probably be better to rephrase to something like "all platforms support sockets as out file descriptor, and some platforms allow other types (e.g. regular files) as well".
History
Date User Action Args
2013-03-23 12:14:47neologixsetrecipients: + neologix, docs@python
2013-03-23 12:14:47neologixsetmessageid: <1364040887.67.0.333340627096.issue17529@psf.upfronthosting.co.za>
2013-03-23 12:14:47neologixlinkissue17529 messages
2013-03-23 12:14:47neologixcreate