We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = None created_at = <Date 2022-04-07.20:52:44.714> labels = ['3.7', '3.8', '3.9', '3.10', '3.11', 'type-feature', 'docs'] title = "socket.makefile documentation is missing data regarding the 'buffering' parameter" updated_at = <Date 2022-04-07.20:52:44.714> user = 'https://bugs.python.org/alonmenczer'
bugs.python.org fields:
activity = <Date 2022-04-07.20:52:44.714> actor = 'alon.menczer' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = <Date 2022-04-07.20:52:44.714> creator = 'alon.menczer' dependencies = [] files = [] hgrepos = [] issue_num = 47252 keywords = [] message_count = 1.0 messages = ['416943'] nosy_count = 2.0 nosy_names = ['docs@python', 'alon.menczer'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue47252' versions = ['Python 3.7', 'Python 3.8', 'Python 3.9', 'Python 3.10', 'Python 3.11']
The text was updated successfully, but these errors were encountered:
The documentation of the socket.makefile method is missing data regarding the behavior of the buffering parameter.
buffering
Sorry, something went wrong.
https://docs.python.org/3/library/socket.html#socket.socket.makefile documents the arguments as follows: "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'." I think this is sufficient.
No branches or pull requests
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: