2006-08-09 | paulb | file changeset files shortlog | Added tracing of the system state. |
paul@5 | 1 | try: |
paul@5 | 2 | raise Test, x |
paul@5 | 3 | except: |
paul@5 | 4 | pass |
paul@5 | 5 | try: |
paul@5 | 6 | raise Test(x) |
paul@5 | 7 | except: |
paul@5 | 8 | pass |
paul@5 | 9 | try: |
paul@5 | 10 | raise Test, x, tb |
paul@5 | 11 | except: |
paul@5 | 12 | pass |