ProjetPP / PPP-CAS

Computer Algebra System module for the Projet Pensées Profondes
MIT License
2 stars 3 forks source link

Do not catch all Exceptions in requesthandler #2

Closed progval closed 10 years ago

progval commented 10 years ago

Catching all exceptions (as you do here) is a bad style in Python, for several reasons: