10 Feb
2014
10 Feb
'14
2:31 p.m.
I've noticed that PyExt has a switch statement implemented as a context manager. with switch(foobar): if case(1): pass if case(2): pass Would this be something to consider for the standard lib, e.g. contextlib? Sturla