brennerm / PyTricks

Collection of less popular features and tricks for the Python programming language
MIT License
3.07k stars 503 forks source link

Add try/else trick #21

Closed jason-curtis closed 9 years ago

jason-curtis commented 9 years ago

this is subtle sometimes, but very handy in making it crystal-clear where your handled exceptions are being raised.

brennerm commented 9 years ago

Thanks!