Home | History | Annotate | Download | only in python2.7

Lines Matching full:exc_info

536         except: typ, dat = 'NO', ['%s: %s' % sys.exc_info()[:2]]