Oren Elrad a écrit :
Howdy all, longtime appreciative user, first time mailer-inner.

I'm wondering if there is any support (tepid better than none) for the
following syntactic sugar:

silence:
........ block

------------------------->

try:
........block
except:
........pass


Hopefully not.

The logic here is that there are a ton of "except: pass" statements[1]
floating around in code that do not need to be there.

s/do not need to be/NEVER should have been at first/



--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to