We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5467da8 commit aa40775Copy full SHA for aa40775
Doc/library/asynchat.rst
@@ -10,6 +10,9 @@
10
11
--------------
12
13
+Note: This module exists for backwards compatibility only. For new code we
14
+recommend using :module:`asyncio`.
15
+
16
This module builds on the :mod:`asyncore` infrastructure, simplifying
17
asynchronous clients and servers and making it easier to handle protocols
18
whose elements are terminated by arbitrary strings, or are of variable length.
Doc/library/asyncore.rst
@@ -13,6 +13,9 @@
19
This module provides the basic infrastructure for writing asynchronous socket
20
service clients and servers.
21
0 commit comments