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

gh-104882: Docs: fix description of relationship between socket.getblocking() and socket.gettimeout() #105026

Merged
merged 3 commits into from
Jun 4, 2023

Conversation

joegeisbauer
Copy link
Contributor

@joegeisbauer joegeisbauer commented May 27, 2023

- Change so that docs properly equate this with socket.gettimeout() != 0.
@cpython-cla-bot
Copy link

cpython-cla-bot bot commented May 27, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@joegeisbauer
Copy link
Contributor Author

This issue with the documentation goes back to v3.7.

@arhadthedev arhadthedev added needs backport to 3.11 only security fixes needs backport to 3.12 bug and security fixes labels May 27, 2023
@joegeisbauer
Copy link
Contributor Author

Will this automatically get marked for review or do I need to do anything special here?

Copy link
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@AlexWaygood AlexWaygood self-assigned this Jun 4, 2023
@AlexWaygood AlexWaygood changed the title gh-104882: Updated socket documentation for relationship between socket.getblocking() and socket.gettimeout(). gh-104882: Docs: fix description of relationship between socket.getblocking() and socket.gettimeout() Jun 4, 2023
@AlexWaygood AlexWaygood merged commit 5a5ed7a into python:main Jun 4, 2023
@miss-islington
Copy link
Contributor

Thanks @joegeisbauer for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 4, 2023
…t.getblocking()` and `socket.gettimeout()` (pythonGH-105026)

(cherry picked from commit 5a5ed7a)

Co-authored-by: Joe Geisbauer <joegeisbauer@gmail.com>
@bedevere-bot
Copy link

GH-105283 is a backport of this pull request to the 3.12 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.12 bug and security fixes label Jun 4, 2023
@bedevere-bot
Copy link

GH-105284 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Jun 4, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 4, 2023
…t.getblocking()` and `socket.gettimeout()` (pythonGH-105026)

(cherry picked from commit 5a5ed7a)

Co-authored-by: Joe Geisbauer <joegeisbauer@gmail.com>
AlexWaygood pushed a commit that referenced this pull request Jun 4, 2023
…et.getblocking()` and `socket.gettimeout()` (GH-105026) (#105283)

gh-104882: Docs: fix description of relationship between `socket.getblocking()` and `socket.gettimeout()` (GH-105026)
(cherry picked from commit 5a5ed7a)

Co-authored-by: Joe Geisbauer <joegeisbauer@gmail.com>
AlexWaygood pushed a commit that referenced this pull request Jun 4, 2023
…et.getblocking()` and `socket.gettimeout()` (GH-105026) (#105284)

gh-104882: Docs: fix description of relationship between `socket.getblocking()` and `socket.gettimeout()` (GH-105026)
(cherry picked from commit 5a5ed7a)

Co-authored-by: Joe Geisbauer <joegeisbauer@gmail.com>
@AlexWaygood
Copy link
Member

Thanks @joegeisbauer! I've merged the PR, and backported it to 3.12 and 3.11. Earlier versions of Python now only accept patches if they relate to security issues (which this isn't!), so it won't be backported to 3.10 or earlier.

I removed the NEWS entry before merging, as we don't usually include them for docs-only changes :-)

@joegeisbauer joegeisbauer deleted the fix-issue-104882 branch June 4, 2023 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants