mirror of
https://github.com/kennethreitz-archive/bpython-gist.git
synced 2026-06-05 23:50:18 +00:00
843e859a51
This had the side-effect of me discovering the showsyntaxerror method on code.InteractiveInterpreter, which I have now overridden and passed through my own routines, so these errors are now in the same colour as the other exceptions. Hooray.