mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
os.sendfile(headers=None, trailers=None) arguments are not actually accepted
Needs to be tested on a BSD.
This commit is contained in:
parent
78d915aa3e
commit
9499413508
3 changed files with 5 additions and 5 deletions
|
@ -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*.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue