How to Catch 2 Exceptions at once?

Gregory Piñero gregpinero at gmail.com
Sat Sep 30 21:32:57 EDT 2006


How can I catch 2 exceptions at once for example:

        try:
            self.gses = opener.open(req)
        except (urllib2.HTTPError,urllib2.URLError):
            do something..

Seems to work, but how do I also get information about the error?

-- 
Gregory Piñero
Chief Innovation Officer
Blended Technologies
(www.blendedtechnologies.com)



More information about the Python-list mailing list