]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio: Add streams.start_server(), by Gustavo Carneiro.
authorGuido van Rossum <guido@dropbox.com>
Tue, 19 Nov 2013 19:43:38 +0000 (11:43 -0800)
committerGuido van Rossum <guido@dropbox.com>
Tue, 19 Nov 2013 19:43:38 +0000 (11:43 -0800)
commit1540b16ff424fe1d6ec0a94ef83a76b3df31d0eb
treeeac17c04de1ef7f4fe36028a724c2e324f1027f5
parent4a9ee26750aa8cb37b5072b2bb4dd328819febb4
asyncio: Add streams.start_server(), by Gustavo Carneiro.
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_streams.py