[Python-ideas] switch statement as context manager?

Ryan Gonzalez rymg19 at gmail.com
Tue Feb 11 16:22:57 CET 2014


It looks cooler. It also feels slightly less aggravating.


On Mon, Feb 10, 2014 at 5:29 PM, Greg Ewing <greg.ewing at canterbury.ac.nz>wrote:

> Sturla Molden wrote:
>
>> 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
>>
>
> What advantage does this have over an if-else chain?
>
> --
> Greg
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
>



-- 
Ryan
If anybody ever asks me why I prefer C++ to C, my answer will be simple:
"It's becauseslejfp23(@#Q*(E*EIdc-SEGFAULT. Wait, I don't think that was
nul-terminated."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140211/9e6d6aa3/attachment.html>


More information about the Python-ideas mailing list