From: Tom Gringauz Date: Tue, 17 Nov 2020 22:58:35 +0000 (+0200) Subject: bpo-42396: Add a whatsnew entry about async contextlib.nullcontext (GH-23357) X-Git-Tag: v3.10.0a3~169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c98e8cc3ebf56d01183c67adbc000ed19b8e0f4;p=thirdparty%2FPython%2Fcpython.git bpo-42396: Add a whatsnew entry about async contextlib.nullcontext (GH-23357) Automerge-Triggered-By: GH:asvetlov --- diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 786cc61003a5..41252b8e0ab0 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -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 ------