A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2006-June/066256.html below:

[Python-Dev] Switch statement

[Python-Dev] Switch statement [Python-Dev] Switch statementBenji York benji at benjiyork.com
Mon Jun 19 23:59:12 CEST 2006
Delaney, Timothy (Tim) wrote:
 > Guido van Rossum wrote:
 >
 >
 >>I wonder if there should be two default clauses, or some other
 >>syntactic way to indicate whether we expect all x to be hashable?
 >
 >
 >     switch expr:
 >         case 1:
 >             statements
 >         case 2:
 >             statements
 >         else:
 >             statements
 >         except KeyError:
 >             statements
 >         finally:
 >             statements

Small variation:

switch expr:
     case 1:
         statements
     case 2:
         statements
     else:
         statements
     except:
         statements
--
Benji York
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4