From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 19 May 2022 08:59:49 +0000 (-0700) Subject: Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927) X-Git-Tag: v3.11.0b2~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=482e334dafb985433e5b904e8dc1ddcc41e44194;p=thirdparty%2FPython%2Fcpython.git Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927) (cherry picked from commit 60ee61571a60bcf4e40a4074e8db356b5af793c1) Co-authored-by: Duprat --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 97dd096731f0..0cbb0ba77217 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -431,6 +431,10 @@ asyncio existing stream-based connections to TLS. (Contributed by Ian Good in :issue:`34975`.) +* Add :class:`~asyncio.Barrier` class to the synchronization primitives of + the asyncio library. (Contributed by Yves Duprat and Andrew Svetlov in + :gh:`87518`.) + datetime --------