Skip to content
New issue

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

socket.makefile documentation is missing data regarding the 'buffering' parameter #91408

Closed
alonmenczer mannequin opened this issue Apr 7, 2022 · 2 comments
Closed
Labels
3.9 only security fixes 3.10 only security fixes 3.11 only security fixes docs Documentation in the Doc dir easy type-feature A feature request or enhancement

Comments

@alonmenczer
Copy link
Mannequin

alonmenczer mannequin commented Apr 7, 2022

BPO 47252

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:

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']

@alonmenczer
Copy link
Mannequin Author

alonmenczer mannequin commented Apr 7, 2022

The documentation of the socket.makefile method is missing data regarding the behavior of the buffering parameter.

@alonmenczer alonmenczer mannequin added 3.7 (EOL) end of life 3.8 (EOL) end of life 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes labels Apr 7, 2022
@alonmenczer alonmenczer mannequin assigned docspython Apr 7, 2022
@alonmenczer alonmenczer mannequin added docs Documentation in the Doc dir type-feature A feature request or enhancement 3.7 (EOL) end of life 3.8 (EOL) end of life 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes labels Apr 7, 2022
@alonmenczer alonmenczer mannequin assigned docspython Apr 7, 2022
@alonmenczer alonmenczer mannequin added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Apr 7, 2022
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
@terryjreedy terryjreedy removed 3.8 (EOL) end of life 3.7 (EOL) end of life labels Apr 15, 2022
@terryjreedy
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.9 only security fixes 3.10 only security fixes 3.11 only security fixes docs Documentation in the Doc dir easy type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants