STINNER Victor <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4121>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to