diff options
author | Pamela Fox <pamela.fox@gmail.com> | 2022-09-05 01:33:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-05 01:33:50 (GMT) |
commit | a0ad63e70e3682cdf7e87e28091bb54fe12a2d4e (patch) | |
tree | 8a2b64598dc2578cdaf9b53a4a984202bba9d066 /Misc | |
parent | ac1866547243ade5392ed9bc6e7989f4d4346594 (diff) | |
download | cpython-a0ad63e70e3682cdf7e87e28091bb54fe12a2d4e.zip cpython-a0ad63e70e3682cdf7e87e28091bb54fe12a2d4e.tar.gz cpython-a0ad63e70e3682cdf7e87e28091bb54fe12a2d4e.tar.bz2 |
gh-93973: Add all_errors to asyncio.create_connection (#93974)
Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-06-18-15-06-54.gh-issue-93973.4y6UQT.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-06-18-15-06-54.gh-issue-93973.4y6UQT.rst b/Misc/NEWS.d/next/Library/2022-06-18-15-06-54.gh-issue-93973.4y6UQT.rst new file mode 100644 index 0000000..a3e68ce --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-06-18-15-06-54.gh-issue-93973.4y6UQT.rst @@ -0,0 +1 @@ +Add keyword argument ``all_errors`` to ``asyncio.create_connection`` so that multiple connection errors can be raised as an ``ExceptionGroup``. |