summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncore.rst
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2013-11-22 20:04:01 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2013-11-22 20:04:01 (GMT)
commit9ae874207512835c321287776a58cf088a428553 (patch)
tree25b29fea535b7b51f452c683292b9c5bd8e32aac /Doc/library/asyncore.rst
parente19e3f0b91c9186e9266e8d7ad543ff858aaf336 (diff)
parentaa407758176affde0c81301e3c8856dd73e6b1c3 (diff)
downloadcpython-9ae874207512835c321287776a58cf088a428553.zip
cpython-9ae874207512835c321287776a58cf088a428553.tar.gz
cpython-9ae874207512835c321287776a58cf088a428553.tar.bz2
Merge heads
Diffstat (limited to 'Doc/library/asyncore.rst')
-rw-r--r--Doc/library/asyncore.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/asyncore.rst b/Doc/library/asyncore.rst
index 8f494d0..d0a30f8 100644
--- a/Doc/library/asyncore.rst
+++ b/Doc/library/asyncore.rst
@@ -13,6 +13,9 @@
--------------
+Note: This module exists for backwards compatibility only. For new code we
+recommend using :module:`asyncio`.
+
This module provides the basic infrastructure for writing asynchronous socket
service clients and servers.