-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
bpo-46955: Expose asyncio.base_events.Server as asyncio.Server #31760
Conversation
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept this contribution by verifying everyone involved has signed the PSF contributor agreement (CLA). CLA MissingOur records indicate the following people have not signed the CLA: For legal reasons we need all the people listed to sign the CLA before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. If you have recently signed the CLA, please wait at least one business day You can check yourself to see if the CLA has been received. Thanks again for the contribution, we look forward to reviewing it! |
This change aligns the documentation at https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.Server with the actual implementation
Hi, thanks for the PR — it looks like there's a typo in your PR title; it should be 46955 instead of 46995 :) if you change the title, the CI check for a BPO issue will go green |
Sorry @vringar and @asvetlov, I had trouble checking out the |
…nGH-31760) This change aligns the documentation at https://docs.python.org/3/library/asyncio-eventloop.htmlGH-asyncio.Server with the actual implementation Co-authored-by: Andrew Svetlov <[email protected]> (cherry picked from commit da80d6b) Co-authored-by: Stefan Zabka <[email protected]>
GH-31773 is a backport of this pull request to the 3.9 branch. |
GH-31774 is a backport of this pull request to the 3.10 branch. |
…pythonGH-31760) This change aligns the documentation at https://docs.python.org/3/library/asyncio-eventloop.htmlGH-asyncio.Server with the actual implementation Co-authored-by: Andrew Svetlov <[email protected]> (cherry picked from commit da80d6b) Co-authored-by: Stefan Zabka <[email protected]>
…nGH-31760) This change aligns the documentation at https://docs.python.org/3/library/asyncio-eventloop.htmlGH-asyncio.Server with the actual implementation Co-authored-by: Andrew Svetlov <[email protected]> (cherry picked from commit da80d6b) Co-authored-by: Stefan Zabka <[email protected]>
) This change aligns the documentation at https://docs.python.org/3/library/asyncio-eventloop.htmlGH-asyncio.Server with the actual implementation Co-authored-by: Andrew Svetlov <[email protected]> (cherry picked from commit da80d6b) Co-authored-by: Stefan Zabka <[email protected]>
) This change aligns the documentation at https://docs.python.org/3/library/asyncio-eventloop.htmlGH-asyncio.Server with the actual implementation Co-authored-by: Andrew Svetlov <[email protected]> (cherry picked from commit da80d6b) Co-authored-by: Stefan Zabka <[email protected]>
…nGH-31760) This change aligns the documentation at https://docs.python.org/3/library/asyncio-eventloop.htmlGH-asyncio.Server with the actual implementation Co-authored-by: Andrew Svetlov <[email protected]> (cherry picked from commit da80d6b) Co-authored-by: Stefan Zabka <[email protected]>
This change aligns the documentation at https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.Server with the actual implementation
https://bugs.python.org/issue46955