[New-bugs-announce] [issue43215] Document Happy Eyeballs arguments of asyncio.open_connection

Illia Volochii report at bugs.python.org
Sat Feb 13 10:16:36 EST 2021


New submission from Illia Volochii <illia.volochii at gmail.com>:

The problem is similar to https://bugs.python.org/issue39128.

It is not documented that asyncio.open_connection accepts happy_eyeballs_delay and interleave that are passed to loop.create_connection.

https://docs.python.org/3/library/asyncio-stream.html#asyncio.open_connection

----------
assignee: docs at python
components: Documentation, asyncio
messages: 386926
nosy: asvetlov, docs at python, illia-v, yselivanov
priority: normal
severity: normal
status: open
title: Document Happy Eyeballs arguments of asyncio.open_connection
type: enhancement
versions: Python 3.10, Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list