[issue38378] os.sendfile() has improperly named parameter

STINNER Victor report at bugs.python.org
Mon Aug 24 12:04:40 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

I would prefer "2. Make "out" and "in" positional-only parameters". It would be a minor incompatible change, but it would make os.sendfile() more consistent with other functions like os.write() which only has positional-only parameters.

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38378>
_______________________________________


More information about the Python-bugs-list mailing list