Mathias Panzenböck writes: > Why not: > > loop: > ... > if cond: break > > > where "loop:" is short for "while True:". Er, maybe because not every idiom involving a constant needs to be replaced by new syntax?