10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line buffering is enabled by using the argument buffering=1 as defined in io.open.
buffering=1
io.open
I did not update the docs for socket.makefile since it already mentions the arguments being interpreted the same way as open:
open
Return a file object associated with the socket. The exact returned type depends on the arguments given to makefile(). These arguments are interpreted the same way as by the built-in open() function, except the only supported mode values are 'r' (default), 'w' and 'b'.
https://bugs.python.org/issue31062
Sorry, something went wrong.
92d3b7b
030c991
bpo-31062: Allow socket.makefile to handle line buffering properly
2eaecd5
Line buffering is enabled by using the argument `buffering=1` as defined in `io.open`.
This PR is stale because it has been open for 30 days with no activity.
ZackerySpytz ZackerySpytz left review comments
Successfully merging this pull request may close these issues.