Hacker News new | ask | show | jobs
by dmart 619 days ago
Yup this drives me crazy. I've been bitten by urllib3 or SSL exceptions being bubbled up by random libraries so many times that now I always include an except Exception: block just in case.