This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients exarkun, loewis, vinoth
Date 2009-06-30.06:44:30
SpamBayes Score 3.9857704e-07
Marked as misclassified No
Message-id <1246344272.12.0.611771436981.issue6367@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-06-30 06:44:32loewissetrecipients: + loewis, exarkun, vinoth
2009-06-30 06:44:32loewissetmessageid: <1246344272.12.0.611771436981.issue6367@psf.upfronthosting.co.za>
2009-06-30 06:44:30loewislinkissue6367 messages
2009-06-30 06:44:30loewiscreate