Skip to content

Conversation

@joegeisbauer
Copy link
Contributor

@joegeisbauerjoegeisbauer commented May 27, 2023

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

ghost commented May 27, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@joegeisbauer
Copy link
ContributorAuthor

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

@arhadthedevarhadthedev added needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels May 27, 2023
@joegeisbauer
Copy link
ContributorAuthor

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

Copy link
Member

@AlexWaygoodAlexWaygood left a comment

Choose a reason for hiding this comment

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

Thanks!

@AlexWaygoodAlexWaygood self-assigned this Jun 4, 2023
@AlexWaygoodAlexWaygood 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
@AlexWaygoodAlexWaygood merged commit 5a5ed7a into python:mainJun 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-botbedevere-bot removed the needs backport to 3.12 only 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-botbedevere-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 :-)

@joegeisbauerjoegeisbauer deleted the fix-issue-104882 branch June 4, 2023 17:02
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@joegeisbauer@miss-islington@bedevere-bot@AlexWaygood@arhadthedev