<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 26 May, 2011, at 13:15, Serge Hulne wrote:</div><blockquote type="cite"><font class="Apple-style-span" color="#000000"><br></font>It is my feeling that without such a tool Python is inherently very vulnerable to glitches occurring at editing time:<br><ol><ol><li>Copy / paste glitch that passes unnoticed, does not generate an exception but alters the logic of the program.</li>
<li>Tab key inadvertently hit.</li><li>Difficulty in assessing the target indentation level when a part of a bloc has to be pasted in a different part of the code. <br></li></ol></ol></blockquote><div>You seem to be arguing for the addition of block delimiters to the language (even if only in comments), you might want to try "from __future__ import braces".</div><div><br></div><div>Ronald</div><div><br></div></div></body></html>