-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Outdated docs about asyncio.start_server()
#126896
Labels
Comments
sobolevn
changed the title
Outdated docs about
Outdated docs about Nov 16, 2024
asyncio.start_erver()
asyncio.start_server()
1st1
pushed a commit
that referenced
this issue
Nov 17, 2024
gpshead
pushed a commit
that referenced
this issue
Nov 24, 2024
…GH-126934) gh-126896: Fix docs about `asyncio.start_server()` (GH-126897) (cherry picked from commit 0c5c809) Co-authored-by: beavailable <beavailable@proton.me>
thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
Since 3.13, the function
asyncio.start_server()
has added a parameter namedkeep_alive
(see #112485), but the docs didn't completely update in that PR, so the website still shows the old function signature (see https://docs.python.org/3/library/asyncio-stream.html#asyncio.start_server).It's actually my fault and I'll submit a PR to fix it.
Linked PRs
asyncio.start_server()
#126897asyncio.start_server()
(GH-126897) #126934The text was updated successfully, but these errors were encountered: