]> granicus.if.org Git - python/commit
asyncio: _check_resolved_address() must also accept IPv6 without flow_info and
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 20 Feb 2014 20:59:38 +0000 (21:59 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 20 Feb 2014 20:59:38 +0000 (21:59 +0100)
commita90e8edaea8761abf7c4820e01409b94a4044049
tree07f3dcb46702ce3a7814c783b600517c482c8e84
parent35669ae77ef4c501f09b1620bd3137dd5931868c
asyncio: _check_resolved_address() must also accept IPv6 without flow_info and
scope_id: (host, port).
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_events.py