]> granicus.if.org Git - python/commit
os.sendfile(headers=None, trailers=None) arguments are not actually accepted
authorMartin Panter <vadmium>
Wed, 9 Sep 2015 05:29:24 +0000 (05:29 +0000)
committerMartin Panter <vadmium>
Wed, 9 Sep 2015 05:29:24 +0000 (05:29 +0000)
commit9499413508b7ff4e7806f8f8e59ba9176d98b39c
tree4cfae3712f336855be7dee238b0a0ee8c95a9810
parent78d915aa3e12300118f0f274ead583713197ead7
os.sendfile(headers=None, trailers=None) arguments are not actually accepted

Needs to be tested on a BSD.
Doc/library/os.rst
Lib/test/test_os.py
Modules/posixmodule.c