Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commented Nov 13, 2021

  • bpo-45772: socket.socket should be a class instead of a function

Currently socket.socket is documented as a function, but it is really
a class (and thus has function-like usage to construct an object). This
correction would ensure that Python projects that are interlinking
Python's documentation can properly locate socket.socket as a type.
(cherry picked from commit 4c792f3)

Co-authored-by: Hong Xu hong@topbug.net

https://bugs.python.org/issue45772

Automerge-Triggered-By: GH:asvetlov

…honGH-23960) * bpo-45772: socket.socket should be a class instead of a function Currently `socket.socket` is documented as a function, but it is really a class (and thus has function-like usage to construct an object). This correction would ensure that Python projects that are interlinking Python's documentation can properly locate `socket.socket` as a type. (cherry picked from commit 4c792f3) Co-authored-by: Hong Xu <hong@topbug.net>
@bedevere-botbedevere-bot added the docs Documentation in the Doc dir label Nov 13, 2021
@miss-islington
Copy link
ContributorAuthor

@xuhdev and @asvetlov: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
ContributorAuthor

@xuhdev and @asvetlov: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
ContributorAuthor

@miss-islington: Status check is done, and it's a success ✅ .

@miss-islingtonmiss-islington merged commit b952f60 into python:3.9Nov 13, 2021
@miss-islingtonmiss-islington deleted the backport-4c792f3-3.9 branch November 13, 2021 06:29
@miss-islington
Copy link
ContributorAuthor

@xuhdev and @asvetlov: Status check is done, and it's a success ✅ .

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington@asvetlov@the-knights-who-say-ni@bedevere-bot@xuhdev