-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
gh-91877: Fix "Write Transports" table in asyncio docs #92338
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
Conversation
Every change to Python requires a NEWS entry. Please, add it using the blurb_it Web app or the blurb command-line tool. |
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.
Change looks correct.
Kumar, should this be backported? I don't know the asyncio module. |
Yes, it should be backported, I applied the labels. |
@erlend-aasland: You can merge this :) |
Thanks @TechieBoy for the PR, and @erlend-aasland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Argh, I mixed up the two attrs in the commit message 😦 |
Would you mind creating the backport PR's, Kumar? I'm afraid Miss Islington is having a bad day. |
Thanks @TechieBoy for the PR, and @erlend-aasland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Thanks @TechieBoy for the PR, and @erlend-aasland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Yes, I'll create it. |
GH-93806 is a backport of this pull request to the 3.11 branch. |
GH-93805 is a backport of this pull request to the 3.10 branch. |
Fixes gh-91877