-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
gh-110383: Document socket.makefile()
accepts combined modes
#119150
gh-110383: Document socket.makefile()
accepts combined modes
#119150
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change the docstring in Lib/socket.py
as well, so they are synchronised?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
This comment was marked as outdated.
This comment was marked as outdated.
…ythonGH-119150) The supported mode values are 'r', 'w', and 'b', or a combination of those. (cherry picked from commit 62a29be) Co-authored-by: Daniel Williams <[email protected]>
…ythonGH-119150) The supported mode values are 'r', 'w', and 'b', or a combination of those. (cherry picked from commit 62a29be) Co-authored-by: Daniel Williams <[email protected]>
GH-119324 is a backport of this pull request to the 3.13 branch. |
GH-119325 is a backport of this pull request to the 3.12 branch. |
…GH-119150) (#119324) The supported mode values are 'r', 'w', and 'b', or a combination of those. (cherry picked from commit 62a29be) Co-authored-by: Daniel Williams <[email protected]>
…GH-119150) (#119325) The supported mode values are 'r', 'w', and 'b', or a combination of those. (cherry picked from commit 62a29be) Co-authored-by: Daniel Williams <[email protected]>
…ython#119150) The supported mode values are 'r', 'w', and 'b', or a combination of those.
ref: #110383
ref: https://mail.python.org/archives/list/[email protected]/thread/3VGLA6Q6QDYB7XIAHFIRAVW4TQSEAZGA/
📚 Documentation preview 📚: https://cpython-previews--119150.org.readthedocs.build/