[issue6367] Change the instruction pointer in python

2009-06-30 Thread vinoth
vinoth <4vin...@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 wrote: > > Martin v. Löwis added the comment:

[issue6367] Change the instruction pointer in python

2009-06-29 Thread vinoth
vinoth <4vin...@gmail.com> added the comment: I hope exceptions are not created for that purpose,and it is not the actual* /*right way i hope. because, if any of the called methods has the try: except: block, it fails.. and we can't guide other coders, "Don't use try:

[issue6367] Change the instruction pointer in python

2009-06-29 Thread vinoth
New submission from vinoth <4vin...@gmail.com>: HI all I am not the too technical guy, but thinking about the new way of controlling the flow instead of throwing an error. as of now if we need to break a control and go back exceptions helps, but it is not a actual way. it would be gr