Join Nostr
2025-10-02 17:48:24 UTC

Misty on Nostr: Python question: I'm looking at a nested exception from requests. It's a requests ...

Python question: I'm looking at a nested exception from requests. It's a requests exception which wraps a urllib3 exception which wraps something else. The specific detail I'm looking for isn't available at the top level, only in the nested exception. Is there a cleaner or less fragile way to get the details I want than this?