]> granicus.if.org Git - python/commit
asyncio doc: write a complete TCP echo example, client and server
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 3 Dec 2013 00:46:39 +0000 (01:46 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 3 Dec 2013 00:46:39 +0000 (01:46 +0100)
commit0c6f1ca40c9f0d7720328d67bc34510cb6a8a309
tree1b653a733992f970f41894814604c1042d023a44
parent3e09e32c8a9f4971b3fe89e9c20aa05fe4275bf1
asyncio doc: write a complete TCP echo example, client and server

Example based on tcp_echo.py example from Tulip source code.
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-protocol.rst