[issue6367] Change the instruction pointer in python

vinoth report at bugs.python.org
Tue Jun 30 17:25:00 CEST 2009


vinoth <4vinoth at gmail.com> added the comment:

HI

Exceptions are doing exactly the right way. but what I am telling is a new
way of flow control which no languages currently having.

On Tue, Jun 30, 2009 at 12:14 PM, Martin v. Löwis <report at bugs.python.org>wrote:

>
> Martin v. Löwis <martin at v.loewis.de> added the comment:
>
> So there is a language feature there already that solves your problem
> exactly, and you don't want to use it? Exceptions are *exactly* the
> right way to provide non-local gotos in a structured manner.
>
> I'm opposed to any change to the language because the desired feature is
> already there. Use it. Don't tell that it is the wrong way, it is
> exactly the right way.
>
> ----------
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue6367>
> _______________________________________
>

----------
Added file: http://bugs.python.org/file14408/unnamed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6367>
_______________________________________
-------------- next part --------------
HI<br><br>Exceptions are doing exactly the right way. but what I am telling is a new way of flow control which no languages currently having.<br><br><br><div class="gmail_quote">On Tue, Jun 30, 2009 at 12:14 PM, Martin v. Löwis <span dir="ltr">&lt;<a href="mailto:report at bugs.python.org">report at bugs.python.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Martin v. Löwis &lt;<a href="mailto:martin at v.loewis.de">martin at v.loewis.de</a>&gt; added the comment:<br>
<br>
So there is a language feature there already that solves your problem<br>
exactly, and you don&#39;t want to use it? Exceptions are *exactly* the<br>
right way to provide non-local gotos in a structured manner.<br>
<br>
I&#39;m opposed to any change to the language because the desired feature is<br>
already there. Use it. Don&#39;t tell that it is the wrong way, it is<br>
exactly the right way.<br>
<br>
----------<br>
<div><div></div><div class="h5"><br>
_______________________________________<br>
Python tracker &lt;<a href="mailto:report at bugs.python.org">report at bugs.python.org</a>&gt;<br>
&lt;<a href="http://bugs.python.org/issue6367" target="_blank">http://bugs.python.org/issue6367</a>&gt;<br>
_______________________________________<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>vin<br>


More information about the Python-bugs-list mailing list