Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d873c commit 3eb2846Copy full SHA for 3eb2846
1 file changed
Doc/whatsnew/3.10.rst
@@ -176,6 +176,13 @@ codecs
176
Add a :func:`codecs.unregister` function to unregister a codec search function.
177
(Contributed by Hai Shi in :issue:`41842`.)
178
179
+contextlib
180
+----------
181
+
182
+Add a :func:`contextlib.aclosing` context manager to safely close async generators
183
+and objects representing asynchronously released resources.
184
+(Contributed by Joongi Kim and John Belmonte in :issue:`41229`.)
185
186
curses
187
------
188
0 commit comments