From: Duprat Date: Thu, 19 May 2022 07:12:33 +0000 (+0200) Subject: Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927) X-Git-Tag: v3.12.0a1~1506 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60ee61571a60bcf4e40a4074e8db356b5af793c1;p=thirdparty%2FPython%2Fcpython.git Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927) --- 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 --------