On Sun, Nov 10, 2013 at 11:50 AM, MRAB <pyt...@mrabarnett.plus.com> wrote: > On 09/11/2013 22:44, Jonathan wrote: >> In pythonic syntax: >> >> select <expression0>: >> case <case expression>,[<case expression>],: >> .... >> .... >> case else: >> > [snip] > > It's more likely that the cases would be indented the same amount as > the 'select', and you wouldn't need 'case else', just 'else'.
To fully bike-shed something that's not even a proposal, much less one that's likely to happen: I would agree with Jonathan, the 'select' block ends with a colon and gets indented. ChrisA -- https://mail.python.org/mailman/listinfo/python-list