[Python-ideas] Block-Scoped Exception Handlers

Ethan Furman ethan at stoneleaf.us
Fri May 6 13:44:12 EDT 2016


-1 on the whole idea.

It's make code much less readable, and is way too implicit for my 
tastes, and, I think, for Python.

My own dbf [1] module is roughly 10,000 lines, and I maintain a private 
copy of OpenERP which is at least 10 times that size, and no where does 
either system have so many nested try/except handlers.

--
~Ethan~


[1] https://pypi.python.org/pypi/dbf


More information about the Python-ideas mailing list