Please translate this easy snip of C++ to Python

Erik Max Francis max at alcyone.com
Mon Feb 5 12:09:48 EST 2001


Jay O'Connor wrote:

> Rainer Deyke wrote:
> 
> > Better make that 'except None'.  Unqualified 'except' clauses are
> > generally
> > a bad idea.  In this case, you really don't want to
> > catch...'ComputerExplodingError'.
> 
> I hadn't seen that exception raised yet....is it new?  What do you
> usually do to handle it?

Right past you.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ It is much safer to obey than to rule.
\__/ Thomas a Kempis
    7 sisters productions / http://www.7sisters.com/
 Web design for the future.



More information about the Python-list mailing list