PEP 343 – The “with” Statement | peps.python.org
This PEP adds a new statement “with” to the Python language to make it possible to factor out standard uses of try/finally statements.