Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927)

(cherry picked from commit 60ee61571a)

Co-authored-by: Duprat <yduprat@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-05-19 01:59:49 -07:00 committed by GitHub
parent aa55985aa8
commit 482e334daf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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
--------