File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111--------------
1212
13- Note: This module exists for backwards compatibility only. For new code we
14- recommend using :module: `asyncio `.
13+ .. note ::
14+
15+ This module exists for backwards compatibility only. For new code we
16+ recommend using :mod: `asyncio `.
1517
1618This module builds on the :mod: `asyncore ` infrastructure, simplifying
1719asynchronous clients and servers and making it easier to handle protocols
Original file line number Diff line number Diff line change 1313
1414--------------
1515
16- Note: This module exists for backwards compatibility only. For new code we
17- recommend using :module: `asyncio `.
16+ .. note ::
17+
18+ This module exists for backwards compatibility only. For new code we
19+ recommend using :mod: `asyncio `.
1820
1921This module provides the basic infrastructure for writing asynchronous socket
2022service clients and servers.
You can’t perform that action at this time.
0 commit comments