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-October/069108.html below:

[Python-Dev] PEP 351 - do while

[Python-Dev] PEP 351 - do while [Python-Dev] PEP 351 - do whileAndrew Koenig ark at acm.org
Sun Oct 1 18:58:41 CEST 2006
> (I don't think this has been suggested yet.)
> 
>      while <enter_condition>, <exit_condition>:
>         <body>

This usage makes me uneasy, not the least because I don't understand why the
comma isn't creating a tuple.  That is, why whould

	while x, y:
		<body>

be any different from

	while (x,  y):
		<body>

?

My other concern is that <exit_condition> is evaluated out of sequence.



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