From: Giampaolo Rodola' Date: Thu, 24 Apr 2014 16:09:21 +0000 (+0200) Subject: update os.sendfile() doc signaling that cross-platform apps should not use headers... X-Git-Tag: v3.5.0a1~1799 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=409569b1cf7deff28159e9b202370aa3fe90fae1;p=python update os.sendfile() doc signaling that cross-platform apps should not use headers, trailers and flags arguments --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index b7887f98a7..54b254211d 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1087,6 +1087,9 @@ or `the MSDN `_ 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