[issue43215] Document Happy Eyeballs arguments of asyncio.open_connection

2022-03-14 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset c6828408342cb1a2f8ba5038adccfbc1a95250cc by Illia Volochii in branch '3.10': [3.10] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-24525) (GH-31869) https://github.com/python/cpython/commit/c6828408342cb1a2f8ba5038adccfb

[issue43215] Document Happy Eyeballs arguments of asyncio.open_connection

2022-03-14 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset 649cc9d688f79765cf052429683b708678c26fbd by Illia Volochii in branch '3.9': [3.9] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-24525) (GH-31868) https://github.com/python/cpython/commit/649cc9d688f79765cf052429683b7086

[issue43215] Document Happy Eyeballs arguments of asyncio.open_connection

2022-03-14 Thread Illia Volochii
Change by Illia Volochii : -- pull_requests: +29967 pull_request: https://github.com/python/cpython/pull/31869 ___ Python tracker ___ __

[issue43215] Document Happy Eyeballs arguments of asyncio.open_connection

2022-03-14 Thread Illia Volochii
Change by Illia Volochii : -- pull_requests: +29966 pull_request: https://github.com/python/cpython/pull/31868 ___ Python tracker ___ __

[issue43215] Document Happy Eyeballs arguments of asyncio.open_connection

2022-03-12 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.10, Python 3.8, Python 3.9 ___ Python tracker __

[issue43215] Document Happy Eyeballs arguments of asyncio.open_connection

2022-03-12 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset 3543ddb4c4ebc26fb2d6c67a97e66f5267876f72 by Illia Volochii in branch 'main': bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-24525) https://github.com/python/cpython/commit/3543ddb4c4ebc26fb2d6c67a97e66f5267876f72 --

[issue43215] Document Happy Eyeballs arguments of asyncio.open_connection

2021-06-29 Thread Illia Volochii
Change by Illia Volochii : -- versions: +Python 3.11 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue43215] Document Happy Eyeballs arguments of asyncio.open_connection

2021-02-13 Thread Illia Volochii
Change by Illia Volochii : -- keywords: +patch pull_requests: +23310 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24525 ___ Python tracker ___ _

[issue43215] Document Happy Eyeballs arguments of asyncio.open_connection

2021-02-13 Thread Illia Volochii
New submission from Illia Volochii : 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#asy