bpo-42396: Add a whatsnew entry about async contextlib.nullcontext (GH-23357)
Automerge-Triggered-By: GH:asvetlov
This commit is contained in:
parent
7f9b25a21a
commit
9c98e8cc3e
|
@ -183,6 +183,9 @@ Add a :func:`contextlib.aclosing` context manager to safely close async generato
|
|||
and objects representing asynchronously released resources.
|
||||
(Contributed by Joongi Kim and John Belmonte in :issue:`41229`.)
|
||||
|
||||
Add asynchronous context manager support to :func:`contextlib.nullcontext`.
|
||||
(Contributed by Tom Gringauz in :issue:`41543`.)
|
||||
|
||||
curses
|
||||
------
|
||||
|
||||
|
|
Loading…
Reference in New Issue