[3.10] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-24525) by illia-v · Pull Request #31869 · python/cpython
Establish a network connection and return a pair of ``(reader, writer)`` objects.
.. versionadded:: 3.8 Added *happy_eyeballs_delay* and *interleave* parameters.
.. versionchanged:: 3.10 Removed the *loop* parameter.