Hi! I was playing with IPython and something stop working as expected... It took me a bit of testing to found out why and I'm wondering if this is an expected behaviour or not?
Here the src that cause the problem: https://gist.github.com/kapare/6969b2a58b7855a0b2f3
[1] The line that make SyntaxError: is 98 but it display line 92.
[2] Splitting the string at 94 cause the SyntaxError? Is it expected?