]> granicus.if.org Git - python/commitdiff
update os.sendfile() doc signaling that cross-platform apps should not use headers...
authorGiampaolo Rodola' <g.rodola@gmail.com>
Thu, 24 Apr 2014 16:09:21 +0000 (18:09 +0200)
committerGiampaolo Rodola' <g.rodola@gmail.com>
Thu, 24 Apr 2014 16:09:21 +0000 (18:09 +0200)
Doc/library/os.rst

index b7887f98a751b7661cf6d802d09176ecaf7d230f..54b254211d91f4170a85077d74f7cf449e0559fe 100644 (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