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 larry
Recipients giampaolo.rodola, larry, neologix, serhiy.storchaka
Date 2012-06-15.21:40:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339796443.37.0.100194117824.issue15078@psf.upfronthosting.co.za>
In-reply-to
Content
> os.sendfile(out, in, offset, nbytes, *, headers=None, trailers=None, diskio=True, wait=True, sync=False)

I probably prefer this.  If the original implementers are okay with it then I'd be happy to do it that way.  But at the very least I want to get rid of the two function signatures.
History
Date User Action Args
2012-06-15 21:40:43larrysetrecipients: + larry, giampaolo.rodola, neologix, serhiy.storchaka
2012-06-15 21:40:43larrysetmessageid: <1339796443.37.0.100194117824.issue15078@psf.upfronthosting.co.za>
2012-06-15 21:40:42larrylinkissue15078 messages
2012-06-15 21:40:42larrycreate