Get with the program as contextmanager
The with
statement is one of the best things Python 2.5 introduced (even if it was in the __future__
module).
The with
statement is one of the best things Python 2.5 introduced (even if it was in the __future__
module).