Working around a lack of 'goto' in python
Jacek Generowicz
jacek.generowicz at cern.ch
Thu Mar 11 06:40:42 EST 2004
More information about the Python-list mailing list
Thu Mar 11 06:40:42 EST 2004
- Previous message (by thread): Working around a lack of 'goto' in python
- Next message (by thread): Working around a lack of 'goto' in python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
gabor <gabor at z10n.net> writes: > i think the biggest problem with this exception-stuff is the naming. > > the name 'exception' immediately means (for me at least) some kind of > error condition.... > > maybe if they had a different name, it would be easier to use them also > by non-error-conditions. At least one language has conditions, rather than exceptions, where "error" is a subtype of "condition", and where it is quite normal to have conditions which are not errors.
- Previous message (by thread): Working around a lack of 'goto' in python
- Next message (by thread): Working around a lack of 'goto' in python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list