commit | 5e4a7d8dc7781a4c0dfacecdc4db0eb34beb1391 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Sep 21 18:33:43 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Sep 21 18:33:43 2015 +0200 |
tree | 09d044b9d851a9869cf1b2fba06a6c42565f5830 | |
parent | f7dc7fb74d7c44a60f36a69437125f5ff70e32e5 [diff] |
Issue #23630, asyncio: host parameter of loop.create_server() can now be a sequence of strings. Patch written by Yann Sionneau.