Message219927
> Looking back at this I think a "send_blocksize" argument is necessary after all. shutil.copyfileobj() has it, so is ftplib.FTP.storbinary() and httplib (issue 13559) which will both be using socket.sendfile() once it gets included.
Those APIs are really poor, please don't cripple sendfile() to mirror them.
Once again, a send_blocksize argument doesn't make sense, you won't
find it anywhere else. All that's needed is start offset and a
size/length argument. |
|
Date |
User |
Action |
Args |
2014-06-07 11:10:37 | neologix | set | recipients:
+ neologix, gvanrossum, pitrou, giampaolo.rodola, christian.heimes, josiah.carlson, asvetlov, akira, rosslagerwall, yselivanov, josh.r |
2014-06-07 11:10:36 | neologix | link | issue17552 messages |
2014-06-07 11:10:36 | neologix | create | |
|