With python 2.7 ipython responds to a syntax error with a traceback like this:
In [1]: ''.
File "", line 1
''.
^
SyntaxError: invalid syntax
But with Python 3.2 you only get this:
In [1]: ''.
SyntaxError: invalid syntax (, line 1)
There is no pointer showing where the error is.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4