]> git.ipfire.org Git - thirdparty/Python/cpython.git/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)
commit934c88588541141144ce4d013a4ac769c80d62ce
tree4624f4dbc26c256780e84de8318f7ba5ef76e7e6
parentd3f8e308286731eda3cb488a008de094f980353d
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