os.sendfile(headers=None, trailers=None) arguments are not actually accepted

Needs to be tested on a BSD.
This commit is contained in:
Martin Panter 2015-09-09 05:29:24 +00:00
parent 78d915aa3e
commit 9499413508
3 changed files with 5 additions and 5 deletions

View file

@ -1072,7 +1072,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
.. function:: sendfile(out, in, offset, count)
sendfile(out, in, offset, count, headers=None, trailers=None, flags=0)
sendfile(out, in, offset, count, [headers], [trailers], flags=0)
Copy *count* bytes from file descriptor *in* to file descriptor *out*
starting at *offset*.