diff options
Diffstat (limited to 'Doc/library/asynchat.rst')
-rw-r--r-- | Doc/library/asynchat.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/library/asynchat.rst b/Doc/library/asynchat.rst index 7050f0c..7b81074 100644 --- a/Doc/library/asynchat.rst +++ b/Doc/library/asynchat.rst @@ -10,8 +10,10 @@ -------------- -Note: This module exists for backwards compatibility only. For new code we -recommend using :module:`asyncio`. +.. note:: + + This module exists for backwards compatibility only. For new code we + recommend using :mod:`asyncio`. This module builds on the :mod:`asyncore` infrastructure, simplifying asynchronous clients and servers and making it easier to handle protocols |