Files
pytest2/doc/en/example/py2py3/test_py2.py
Ronny Pfannschmidt 3b9e063fe8 fix line endings
2018-05-23 16:45:23 +02:00

7 lines
97 B
Python

def test_exception_syntax():
try:
0/0
except ZeroDivisionError, e:
pass