Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

    try:
        ...
    except (NameError, AttributeError, TypeError):
        # likely programming error
        raise
    except Exception:
        ...
Not pretty, but maybe better than catching every exception.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: