update os.sendfile() doc signaling that cross-platform apps should not use headers, trailers and flags arguments

This commit is contained in:
Giampaolo Rodola' 2014-04-24 18:09:21 +02:00
parent 0f4acc1ab1
commit 409569b1cf
1 changed files with 3 additions and 0 deletions

View File

@ -1087,6 +1087,9 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
All platforms support sockets as *out* file descriptor, and some platforms
allow other types (e.g. regular file, pipe) as well.
Cross-platform applications should not use *headers*, *trailers* and *flags*
arguments.
Availability: Unix.
.. versionadded:: 3.3