We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cea05e commit c75b1dfCopy full SHA for c75b1df
docs/project/changelog.rst
@@ -52,6 +52,12 @@ Backwards-incompatible changes
52
If you're using any of them, then you must follow the :doc:`upgrade guide
53
<../howto/upgrade>` immediately.
54
55
+ Alternatively, you may stick to the legacy :mod:`asyncio` implementation for
56
+ now by importing it explicitly::
57
+
58
+ from websockets.legacy.client import connect, unix_connect
59
+ from websockets.legacy.server import broadcast, serve, unix_serve
60
61
.. admonition:: The legacy :mod:`asyncio` implementation is now deprecated.
62
:class: caution
63
0 commit comments