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 serhiy.storchaka
Recipients giampaolo.rodola, larry, neologix, serhiy.storchaka
Date 2012-06-15.14:03:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339768992.0.0.492707588514.issue15078@psf.upfronthosting.co.za>
In-reply-to
Content
I believe, that instead of a integer flags will be better and more portable to use boolean parameters (diskio=True, wait=True, sync=False). All additional parameters should be keyword-only.

os.sendfile(out, in, offset, nbytes, *, headers=None, trailers=None, diskio=True, wait=True, sync=False)
History
Date User Action Args
2012-06-15 14:03:12serhiy.storchakasetrecipients: + serhiy.storchaka, larry, giampaolo.rodola, neologix
2012-06-15 14:03:11serhiy.storchakasetmessageid: <1339768992.0.0.492707588514.issue15078@psf.upfronthosting.co.za>
2012-06-15 14:03:11serhiy.storchakalinkissue15078 messages
2012-06-15 14:03:11serhiy.storchakacreate