This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Support sendfile in asyncio streams API
Type: Stage: resolved
Components: asyncio Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder: Merge StreamWriter and StreamReader into just asyncio.Stream
View: 36889
Assigned To: Nosy List: asvetlov, giampaolo.rodola, yselivanov
Priority: normal Keywords:

Created on 2018-09-12 23:49 by asvetlov, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (1)
msg343684 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2019-05-27 20:14
Done by #36889
History
Date User Action Args
2022-04-11 14:59:05adminsetgithub: 78836
2019-05-27 20:14:40asvetlovsetstatus: open -> closed
superseder: Merge StreamWriter and StreamReader into just asyncio.Stream
messages: + msg343684

resolution: fixed
stage: resolved
2018-11-06 22:39:39giampaolo.rodolasetnosy: + giampaolo.rodola
2018-09-12 23:49:59asvetlovcreate