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.

Author neologix
Recipients akira, asvetlov, christian.heimes, giampaolo.rodola, gvanrossum, josh.r, josiah.carlson, neologix, pitrou, rosslagerwall, yselivanov
Date 2014-06-07.11:10:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM1X0=rtwK8Wq50Z+=vFTaSr-ZKDpPZfdes5pouHzturPQ@mail.gmail.com>
In-reply-to <1402136531.63.0.346672161697.issue17552@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2014-06-07 11:10:37neologixsetrecipients: + neologix, gvanrossum, pitrou, giampaolo.rodola, christian.heimes, josiah.carlson, asvetlov, akira, rosslagerwall, yselivanov, josh.r
2014-06-07 11:10:36neologixlinkissue17552 messages
2014-06-07 11:10:36neologixcreate