test_ok1/doc/en/example/py2py3/test_py2.py

8 lines
98 B
Python
Raw Normal View History

def test_exception_syntax():
try:
0/0
except ZeroDivisionError, e:
2012-06-03 22:10:10 +08:00
pass