Skip to content

Commit

Permalink
update os.sendfile() doc signaling that cross-platform apps should no…
Browse files Browse the repository at this point in the history
…t use headers, trailers and flags arguments
  • Loading branch information
giampaolo committed Apr 24, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0f4acc1 commit 409569b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Doc/library/os.rst
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 409569b

Please sign in to comment.