Repository URL to install this package:
|
Version:
2.5.0 ▾
|
>>> :
File "<stdin>", line 1
:
^
SyntaxError: invalid syntax
>>>
KeyboardInterrupt
>>>
>>> 1/0
Traceback (most recent call last):
...
ZeroDivisionError
>>> 1/0 # this used to swallow the traceback
Traceback (most recent call last):
...