8000 GH-65046: Fix docs about logging in `asyncio` by kumaraditya303 · Pull Request #97559 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-65046: Fix docs about logging in asyncio #97559

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 4 commits into from
Sep 26, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/asyncio-dev.rst
  • Loading branch information
kumaraditya303 authored Sep 26, 2022
commit 9eb27f0f4f4e23fe414974ea2b31e6eca665207d
2 changes: 1 addition & 1 deletion Doc/library/asyncio-dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ adjusted::


Network logging can block the event loop, it is recommended to use
a separate thread for handling logs or use non blocking io.
a separate thread for handling logs or use non-blocking IO.


.. _asyncio-coroutine-not-scheduled:
Expand Down
0