1 2 3 4 5 6 7 8 9
"""check empty except statement """ __revision__ = 0 try: __revision__ += 1 except Exception: print 'error'