Skip to content

gh-101786: Clarify docs that asyncio.Server.sockets is a socket-like TransportSocket #103877

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

Merged
merged 2 commits into from
Apr 26, 2023

Conversation

willingc
Copy link
Contributor

@willingc willingc commented Apr 26, 2023

@willingc willingc merged commit 1c0a9c5 into python:main Apr 26, 2023
@willingc willingc deleted the iss-101786 branch April 26, 2023 12:32
Copy link
Member

@gvanrossum gvanrossum left a comment

Choose a reason for hiding this comment

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

Thanks!

itamaro pushed a commit to itamaro/cpython that referenced this pull request Apr 26, 2023
…-like TransportSocket (python#103877)

Clarify that asyncio.Server.sockets is a socket-like TransportSocket
@hauntsaninja hauntsaninja added the needs backport to 3.11 only security fixes label Apr 26, 2023
@miss-islington
Copy link
Contributor

Thanks @willingc for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @willingc, I had trouble checking out the 3.11 backport branch.
Please retry by removing and re-adding the "needs backport to 3.11" label.
Alternatively, you can backport using cherry_picker on the command line.
cherry_picker 1c0a9c5a1c84bc334f2bde9d45676f19d9632823 3.11

@bedevere-bot
Copy link

GH-103890 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 Apr 26, 2023
hauntsaninja pushed a commit to hauntsaninja/cpython that referenced this pull request Apr 26, 2023
… socket-like TransportSocket (pythonGH-103877)

Clarify that asyncio.Server.sockets is a socket-like TransportSocket
(cherry picked from commit 1c0a9c5)

Co-authored-by: Carol Willing <[email protected]>
hauntsaninja added a commit that referenced this pull request Apr 26, 2023
…t-like TransportSocket (GH-103877) (#103890)

Clarify that asyncio.Server.sockets is a socket-like TransportSocket
(cherry picked from commit 1c0a9c5)

Co-authored-by: Carol Willing <[email protected]>
@hauntsaninja
Copy link
Contributor

Thanks all, I took care of the backport

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