mirror of
https://github.com/python/cpython.git
synced 2026-05-24 11:22:04 +00:00
bpo-30306: Add missing NEWS entry (GH-5374)
This commit is contained in:
parent
fcf8b4c102
commit
a278ad2faa
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
contextlib.contextmanager now releases the arguments passed to the
|
||||
underlying generator as soon as the context manager is entered. Previously
|
||||
it would keep them alive for as long as the context manager was alive, even
|
||||
when not being used as a function decorator. Patch by Martin Teichmann.
|
||||
Loading…
Add table
Add a link
Reference in a new issue