Who needs exceptions

Courageous jkraska at san.rr.com
Sat Dec 29 16:19:17 EST 2001


>It also makes more experienced programmers more productive, even if 
>they never use it (IMHO) as errors below the level of the program 
>being written never go unhandled *and* unreported, as in C.

Indeed. Exceptions fit well with Python, in part because they
allow the programmer to write more syntactically compact code
than they would if they had to use an alternative.

C//




More information about the Python-list mailing list