[issue28092] Build failure for 3.6 on Centos 5.11

2016-10-13 Thread thewtex
Changes by thewtex <m...@mmmccormick.com>: -- nosy: +thewtex ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28092> ___ __

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

2009-10-07 Thread thewtex
thewtex m...@mmmccormick.com 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

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

2009-09-21 Thread thewtex
New submission from thewtex m...@mmmccormick.com: 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