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)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to