Overuse of try/except/else?

Adam Tauno Williams awilliam at whitemice.org
Tue May 10 07:36:42 EDT 2011


On Mon, 2011-05-09 at 19:40 -0500, Kyle T. Jones wrote:
> It has been hard for me to determine what would constitute overuse.

The chronic problem is under use; so I wouldn't worry much about it.

try/except should occur as often as is required for the application to
either deal gracefully with the condition or report *meaningful* error
messages to the user/administrator.




More information about the Python-list mailing list