Serhiy Storchaka <storch...@gmail.com> added the comment:

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)

----------
nosy: +storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15078>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to