[issue35545] asyncio.base_events.create_connection doesn't handle scoped IPv6 addresses

twisteroid ambassador report at bugs.python.org
Fri Dec 21 06:10:28 EST 2018


twisteroid ambassador <twisteroid.ambassador at gmail.com> added the comment:

Also I believe it's a good idea to change the arguments of _ensure_resolved() from (address, *, ...) to (host, port, *, ...), and go through all its usages, making sure we're not mixing host + port with address tuples everywhere in asyncio.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35545>
_______________________________________


More information about the Python-bugs-list mailing list