Kaydet (Commit) 409569b1 authored tarafından Giampaolo Rodola''s avatar Giampaolo Rodola'

update os.sendfile() doc signaling that cross-platform apps should not use…

update os.sendfile() doc signaling that cross-platform apps should not use headers, trailers and flags arguments
üst 0f4acc1a
...@@ -1087,6 +1087,9 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window ...@@ -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 All platforms support sockets as *out* file descriptor, and some platforms
allow other types (e.g. regular file, pipe) as well. allow other types (e.g. regular file, pipe) as well.
Cross-platform applications should not use *headers*, *trailers* and *flags*
arguments.
Availability: Unix. Availability: Unix.
.. versionadded:: 3.3 .. versionadded:: 3.3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment