mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merge 3.4 into 3.5
This commit is contained in:
commit
6088b7bd49
3 changed files with 5 additions and 5 deletions
|
@ -2332,7 +2332,7 @@ class TestSendfile(unittest.TestCase):
|
|||
**{'in': self.fileno})
|
||||
if self.SUPPORT_HEADERS_TRAILERS:
|
||||
os.sendfile(self.sockno, self.fileno, offset=0, count=4096,
|
||||
headers=None, trailers=None, flags=0)
|
||||
headers=(), trailers=(), flags=0)
|
||||
|
||||
# --- headers / trailers tests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue