[issue28092] Build failure for 3.6 on Centos 5.11

2016-10-13 Thread thewtex
Changes by thewtex : -- nosy: +thewtex ___ Python tracker <http://bugs.python.org/issue28092> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue6962] traceback.format_exception_only does not return SyntaxError carot correctly

2009-10-07 Thread thewtex
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

[issue6962] traceback.format_exception_only does not return SyntaxError carot correctly

2009-09-21 Thread thewtex
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