third_party.pylibs.pylint.src/test/input/ignore_except_pass_by_default.py

7 lines
120 B
Python
Raw Normal View History

2009-01-28 10:04:01 +00:00
"""#5575: by default no W0704 warning on bare pass in except"""
try:
__exception__ = 0
except ValueError:
pass