]> granicus.if.org Git - python/commit
Issue #23630, asyncio: host parameter of loop.create_server() can now be a
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Sep 2015 16:33:43 +0000 (18:33 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Sep 2015 16:33:43 +0000 (18:33 +0200)
commit5e4a7d8dc7781a4c0dfacecdc4db0eb34beb1391
tree09d044b9d851a9869cf1b2fba06a6c42565f5830
parentf7dc7fb74d7c44a60f36a69437125f5ff70e32e5
Issue #23630, asyncio: host parameter of loop.create_server() can now be a
sequence of strings. Patch written by Yann Sionneau.
Doc/library/asyncio-eventloop.rst
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/test/test_asyncio/test_events.py
Misc/ACKS