[issue4121] open(): use keyword only for arguments other than file and mode
STINNER Victor
report at bugs.python.org
Tue Oct 14 14:11:23 CEST 2008
STINNER Victor <victor.stinner at haypocalc.com> added the comment:
socket.makefile() already uses keyword only argument, but buffering is
not a keyword only argument:
def makefile(self, mode="r", buffering=None, *,
encoding=None, newline=None):
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4121>
_______________________________________
More information about the Python-bugs-list
mailing list