... so we can use them in with statements. ``` with Context() as ctxt: # do some stuff ``` We can already hack something with `contextlib.closing`, but it would be nicer if we didn't have to.
... so we can use them in with statements.
We can already hack something with
contextlib.closing, but it would be nicer if we didn't have to.