Checking mail?

Michal Chruszcz troll at -prox.pl
Sat Jul 10 07:50:46 EDT 2004


When I opened my eyes, it was Sat, 10 Jul 2004 12:23:08 +0100.
I couldn`t believe that Dylan Parry wrote:
>     try {
>         something();
>     }
>     catch (exception e) {
>         somethingelse();
>     }
>
> Where if the "something()" fails then the "somethingelse()" will be ran
> instead? Or is there another way that I can deal with timeouts in Python?

I don't know exactly how to deal with pop connections in this case, but
Python has very similar exception handling.

Read more about it at http://docs.python.org/tut/node10.html

-- 
____________________________________________________________________
-=-  Michal Chruszcz -=- Seen at http://prox.pl/~troll/?gallery  -=-
To follow the path: look to the master, follow the master,
    walk with the master, see through the master, become the master.



More information about the Python-list mailing list