Skip to content
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

docs: fix most asyncio DeprecationWarnings #257

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 11, 2024

  1. docs: fix most asyncio DeprecationWarnings

    Calling get_event_loop() in Python 3.12 and newer when no event loop
    is running is deprecated. The recommended option is to use asyncio.run()
    instead.
    examples/http_server_asyncio.py is not updated as the example
    is quite broken as is so changing it without fixing the existing
    problems is not wise.
    terop committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4b9e0c3 View commit details
    Browse the repository at this point in the history