Skip to content

Commit a278ad2

Browse files
authored
bpo-30306: Add missing NEWS entry (GH-5374)
1 parent fcf8b4c commit a278ad2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
contextlib.contextmanager now releases the arguments passed to the
2+
underlying generator as soon as the context manager is entered. Previously
3+
it would keep them alive for as long as the context manager was alive, even
4+
when not being used as a function decorator. Patch by Martin Teichmann.

0 commit comments

Comments
 (0)