Changes by thewtex :
--
nosy: +thewtex
___
Python tracker
<http://bugs.python.org/issue28092>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
thewtex added the comment:
Sorry about the lack of the attached file. I will try again and include
it inline.
That other patch does not fix the bug I am seeing, which is experienced
while using traceback.format_exception_only directly.
Thanks.
--- /usr/lib/python2.6/traceback.py 2009
New submission from thewtex :
On Python 2.6.2, and possibly other versions, in the traceback module,
format_exception_only does not behave correctly when printout out a
SyntaxError. An extra newline is inserted before the carot. E.g.
38 exceptionType, exceptionValue