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 vstinner
Recipients amaury.forgeotdarc, gvanrossum, vstinner
Date 2008-10-14.12:11:22
SpamBayes Score 0.5992875
Marked as misclassified No
Message-id <1223986283.03.0.52244501431.issue4121@psf.upfronthosting.co.za>
In-reply-to
Content
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):
History
Date User Action Args
2008-10-14 12:11:23vstinnersetrecipients: + vstinner, gvanrossum, amaury.forgeotdarc
2008-10-14 12:11:23vstinnersetmessageid: <1223986283.03.0.52244501431.issue4121@psf.upfronthosting.co.za>
2008-10-14 12:11:22vstinnerlinkissue4121 messages
2008-10-14 12:11:22vstinnercreate