The error messages are split by newlines. This makes it difficult to read
traceback errors from Python.
Possible Solution: Check for "Traceback" in the message and concat the
remaining output, within reason.
Or: Have a reasonable buffer size for error messages that is flushed when it
fills on one event. Thus the error message would be split into several
sections.
Original issue reported on code.google.com by rbkreisb...@gmail.com on 30 May 2013 at 6:45
Original issue reported on code.google.com by
rbkreisb...@gmail.com
on 30 May 2013 at 6:45