[Python-ideas] Updating PEP 315: do-while loops

Mathias Panzenböck grosser.meister.morti at gmx.net
Sun Apr 26 19:44:17 CEST 2009


Why not:

loop:
	...
	if cond: break


where "loop:" is short for "while True:".



More information about the Python-ideas mailing list